diff --git a/.vscode/settings.json b/.vscode/settings.json index c6f9a56..25a8a26 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,14 +1,4 @@ { "python.formatting.provider": "black", - "editor.formatOnSave": true, - "python.linting.enabled": true, - "python.linting.pylintEnabled": true, - "python.linting.mypyEnabled": true, - "python.linting.mypyArgs": [ - "--ignore-missing-imports", - "--follow-imports=silent", - "--show-column-numbers", - "--disallow-untyped-defs", - "--disallow-untyped-calls" - ] + "editor.formatOnSave": true }