diff --git a/.vscode/settings.json b/.vscode/settings.json index 7292ffa3..a2f79c33 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,24 +8,6 @@ "reportGeneralTypeIssues": "none" }, "python.analysis.typeCheckingMode": "basic", - "python.linting.enabled": true, - "python.linting.mypyEnabled": true, - "python.linting.mypyArgs": [ - "--ignore-missing-imports", - "--follow-imports=silent", - "--show-column-numbers", - "--strict" - ], - "python.linting.ignorePatterns": [ - "**/site-packages/**/*.py", - ".vscode/*.py", - "**env/**" - ], - "python.formatting.provider": "none", - //"mypy.targets": [ - //"api/tacticalrmm" - //], - //"mypy.runUsingActiveInterpreter": true, "editor.bracketPairColorization.enabled": true, "editor.guides.bracketPairs": true, "editor.formatOnSave": true, @@ -34,7 +16,6 @@ "**/docker/**/docker-compose*.yml": "dockercompose" }, "files.watcherExclude": { - "files.watcherExclude": { "**/.git/objects/**": true, "**/.git/subtree-cache/**": true, "**/node_modules/": true, @@ -53,7 +34,6 @@ "**/*.parquet*": true, "**/*.pyc": true, "**/*.zip": true - } }, "go.useLanguageServer": true, "[go]": {