Skip to content

Instantly share code, notes, and snippets.

@lackdaz
Created July 8, 2021 15:10
Show Gist options
  • Save lackdaz/e055db19d0f29e8ead15a7e617bdbb56 to your computer and use it in GitHub Desktop.
Save lackdaz/e055db19d0f29e8ead15a7e617bdbb56 to your computer and use it in GitHub Desktop.
default vscode settings.json for python
{
"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