Last active
October 14, 2018 11:25
-
-
Save sangmoon/8f11b57ef3b56cca3b5f4b41380eddcb to your computer and use it in GitHub Desktop.
visual code lint setting for django
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
// user setting | |
{ | |
"python.linting.flake8Enabled": true, | |
"python.linting.pylintEnabled": true, | |
} | |
``` | |
``` | |
// user virtual environment | |
{ | |
"python.pythonPath": "${workspaceFolder}/env/bin/python" | |
} | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment