Fix linting settings
This commit is contained in:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user