eventcally/.vscode/settings.json
2021-02-05 14:50:50 +01:00

13 lines
448 B
JSON

{
"python.pythonPath": "/Users/daniel/Projects/gsevpt/env/bin/python3",
"python.formatting.provider": "black",
"python.linting.enabled": true,
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.testing.pytestArgs": [
"tests", "--capture=sys"
],
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.pytestEnabled": true
}