Last active
April 13, 2021 15:06
-
-
Save nikiforidi/d333b565321706fd736e5675182d7b44 to your computer and use it in GitHub Desktop.
Revisions
-
nikiforidi revised this gist
Apr 13, 2021 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,8 @@ "python.linting.pylintArgs": [ "--load-plugins", "pylint_django", "--django-settings-module=core.settings", "--max-line-length=120" ], "python.formatting.provider": "black", "python.formatting.blackArgs": [ -
nikiforidi revised this gist
Apr 13, 2021 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,4 @@ { "editor.formatOnSave": true, "python.linting.lintOnSave": true, "python.linting.enabled": true, -
nikiforidi created this gist
Apr 13, 2021 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ { "python.pythonPath": "/home/anatolio/.cache/pypoetry/virtualenvs/django-test-auth-llq7QJrO-py3.9/bin/python", "editor.formatOnSave": true, "python.linting.lintOnSave": true, "python.linting.enabled": true, "python.linting.pylintEnabled": true, "python.linting.pylintArgs": [ "--load-plugins", "pylint_django", "--django-settings-module=core.settings" ], "python.formatting.provider": "black", "python.formatting.blackArgs": [ "--line-length=120" ], "editor.codeActionsOnSave": { "source.organizeImports": true } }