Skip to content

Instantly share code, notes, and snippets.

@AliYmn
Last active June 15, 2020 10:56
Show Gist options
  • Save AliYmn/2691711a76e6bef062b38b76ae817b0c to your computer and use it in GitHub Desktop.
Save AliYmn/2691711a76e6bef062b38b76ae817b0c to your computer and use it in GitHub Desktop.
my vscode settings
{
"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.
}
@AliYmn
Copy link
Author

AliYmn commented Jun 15, 2020

pip install autopep8 yapf pylint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment