Last active
June 15, 2020 10:56
-
-
Save AliYmn/2691711a76e6bef062b38b76ae817b0c to your computer and use it in GitHub Desktop.
my vscode settings
This file contains 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
{ | |
"git.autofetch": true, | |
"workbench.iconTheme": "material-icon-theme", | |
"editor.formatOnSave": true, | |
"files.autoSave": "afterDelay", | |
"python.linting.pylintEnabled": true, | |
"python.linting.pylintArgs": [ | |
"--disable=C0111", | |
"--load-plugins=pylint_django,pylint_celery", | |
], | |
"editor.fontSize": 17, | |
"window.zoomLevel": 0.2, | |
"python.pythonPath": "/home/Env" // ENV konumunu belirt. | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pip install autopep8 yapf pylint