Created
July 8, 2021 15:10
-
-
Save lackdaz/e055db19d0f29e8ead15a7e617bdbb56 to your computer and use it in GitHub Desktop.
default vscode settings.json for python
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.linting.flake8Enabled": true, | |
"python.linting.enabled": true, | |
"python.pythonPath": "/usr/bin/python3", | |
"python.testing.pytestEnabled": true, | |
"python.testing.pytestPath": "pytest", | |
"python.testing.pytestArgs": ["-xvs", "--cov=tb_troll", "--cov-report=html", "tests/"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment