Last active
September 29, 2021 08:10
-
-
Save 456dev/cc3f6472391a8ae359be06547b07cdb2 to your computer and use it in GitHub Desktop.
pymine settings.json
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
{ | |
"python.linting.enabled": true, | |
"python.linting.pylintEnabled": false, | |
"python.linting.flake8Enabled": true, | |
"python.linting.mypyEnabled": false, | |
"python.linting.pydocstyleEnabled": true, | |
"python.linting.pycodestyleEnabled": false, | |
"python.linting.prospectorEnabled": false, | |
"python.linting.pylamaEnabled": false, | |
"python.linting.banditEnabled": true, | |
"python.testing.unittestEnabled": false, | |
"python.testing.pytestEnabled": true, | |
"python.testing.pytestArgs": ["tests"], | |
"autoDocstring.docstringFormat": "sphinx", | |
"python.formatting.provider": "black", | |
"editor.rulers": [100], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment