fix vscode deprecations / remove mypy
This commit is contained in:
parent
f9236bf92f
commit
ab5e50c29c
|
@ -31,7 +31,6 @@ mkdocs
|
|||
mkdocs-material
|
||||
pymdown-extensions
|
||||
Pygments
|
||||
mypy
|
||||
pysnooper
|
||||
isort
|
||||
drf_spectacular
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -6,5 +6,4 @@ mkdocs-material
|
|||
pymdown-extensions
|
||||
Pygments
|
||||
isort
|
||||
mypy
|
||||
types-pytz
|
||||
|
|
Loading…
Reference in New Issue