j40-cejst-2/data/data-pipeline/.vscode/settings.json

11 lines
329 B
JSON
Raw Normal View History

{
"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
}