Skip to content

Commit

Permalink
Update to vscode settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pchlap committed Jun 8, 2021
1 parent 89cfddf commit 9b0dbfc
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,7 @@
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
"python.linting.pylintArgs": [
"--load-plugins=pylint_flask_sqlalchemy",
"--max-line-length=99",
"--disable=C0330",
"--disable=C0114",
"--disable=W0102",
"--disable=W0105",
"--variable-rgx=[a-z_][a-z0-9_]{0,40}$",
"--argument-rgx=[a-z_][a-z0-9_]{0,40}$",
"--init-hook",
"import sys; sys.path.append('.')",
"--ignored-modules=vtk",
"--rcfile=.pylintrc"
],
"python.formatting.blackArgs": [
"--line-length",
Expand All @@ -28,5 +18,4 @@
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.pytestEnabled": true,
"python.pythonPath": "/usr/bin/python"
}

0 comments on commit 9b0dbfc

Please sign in to comment.