Skip to content

Commit

Permalink
Update .vscode/settings.json with correct linting options
Browse files Browse the repository at this point in the history
  • Loading branch information
questionlp committed Feb 11, 2022
1 parent 5c0fc7e commit 462ad33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"python.pythonPath": "venv/bin/python",
"python.testing.pytestArgs": [
"tests"
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"python.linting.pylintArgs": [
"--extension-pkg-whitelist=numpy,mysql,slugify,wwdtm"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.formatting.provider": "black",
}

0 comments on commit 462ad33

Please sign in to comment.