eventcally/.vscode/settings.json
Daniel Grams 273b3fb072 Internal/analysis (#4)
* Codestyle Black

* Flake8

* Test coverage
2020-11-13 23:05:39 +01:00

7 lines
240 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
}