Fix linting settings

This commit is contained in:
Luiz Otávio
2022-10-23 08:53:12 -03:00
parent fb3b6b60bc
commit 9d957a9fee

View File

@@ -33,8 +33,9 @@
// "--ignore=E111",
],
"python.linting.flake8Enabled": false,
"python.testing.unittestEnabled": false,
"python.linting.mypyEnabled": false,
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": false,
"python.analysis.diagnosticSeverityOverrides": {},
// "python.defaultInterpreterPath": "./venv/bin/python",
"python.analysis.typeCheckingMode": "off"