j40-cejst-2/data/data-pipeline/.vscode/settings.json
Nat Hillard 6c986adfe4
Check in VSCode config for easier local debug (#487)
* Fixes #466 - Task: Check in VSCode config for easier local debug
2021-08-09 14:55:13 -04:00

10 lines
329 B
JSON

{
"python.formatting.provider": "black",
"python.linting.enabled": true,
"python.linting.flake8Enabled": true,
"python.linting.pylintEnabled": true,
"python.testing.pytestEnabled": true,
"python.testing.pytestArgs": ["-s", "."],
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false
}