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

17 lines
404 B
JSON
Raw Normal View History

{
"python.formatting.provider": "black",
"python.formatting.blackArgs": [
"--line-length=80"
],
"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
}