diff --git a/.vscode/settings.json b/.vscode/settings.json index c83cca202..dd234ccf8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,11 +11,10 @@ ], "python.formatting.provider": "black", "python.linting.enabled": true, - "python.linting.flake8Enabled": true, - "python.linting.flake8Path": ".venv/bin/pflake8", + "python.linting.flake8Enabled": false, "python.linting.mypyEnabled": true, - "python.linting.pydocstyleEnabled": true, - "python.linting.pylintEnabled": true, + "python.linting.pydocstyleEnabled": false, + "python.linting.pylintEnabled": false, "python.testing.pytestArgs": [ "-vv", "-nauto",