diff --git a/.vscode/settings.json b/.vscode/settings.json index 994e953..0190eb1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,11 +7,6 @@ }, "prettier.printWidth": 79, "rewrap.wrappingColumn": 79, - "python.formatting.provider": "black", - "python.linting.enabled": true, - "python.linting.pylintEnabled": false, - "python.linting.mypyEnabled": true, - "python.linting.flake8Enabled": true, "python.testing.unittestEnabled": false, "python.testing.pytestEnabled": true, "python.testing.pytestArgs": ["tests"],