Created
January 19, 2020 21:04
-
-
Save giorgiovilardo/ccf77216d2f1734e841144c63936dce1 to your computer and use it in GitHub Desktop.
basic vscode settings json for python with black and flake8
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
{ | |
"python.pythonPath": "env/bin/python", | |
"python.formatting.provider": "black", | |
"python.linting.pylintEnabled": false, | |
"python.linting.flake8Enabled": true, | |
"python.linting.enabled": true, | |
"files.trimFinalNewlines": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment