diff --git a/.vscode/settings.json b/.vscode/settings.json index ca789f2d..d1b686be 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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", @@ -28,5 +18,4 @@ "python.testing.unittestEnabled": false, "python.testing.nosetestsEnabled": false, "python.testing.pytestEnabled": true, - "python.pythonPath": "/usr/bin/python" } \ No newline at end of file