fix vscode deprecations / remove mypy

This commit is contained in:
wh1te909 2022-02-11 19:57:49 +00:00
parent f9236bf92f
commit ab5e50c29c
3 changed files with 1 additions and 5 deletions

View File

@ -31,7 +31,6 @@ mkdocs
mkdocs-material
pymdown-extensions
Pygments
mypy
pysnooper
isort
drf_spectacular

View File

@ -1,5 +1,5 @@
{
"python.pythonPath": "api/tacticalrmm/env/bin/python",
"python.defaultInterpreterPath": "api/tacticalrmm/env/bin/python",
"python.languageServer": "Pylance",
"python.analysis.extraPaths": [
"api/tacticalrmm",
@ -9,8 +9,6 @@
"reportUnusedImport": "error",
"reportDuplicateImport": "error",
},
"python.analysis.memory.keepLibraryAst": true,
"python.linting.mypyEnabled": true,
"python.analysis.typeCheckingMode": "basic",
"python.formatting.provider": "black",
"editor.formatOnSave": true,

View File

@ -6,5 +6,4 @@ mkdocs-material
pymdown-extensions
Pygments
isort
mypy
types-pytz