Fix linting settings
This commit is contained in:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -33,8 +33,9 @@
|
|||||||
// "--ignore=E111",
|
// "--ignore=E111",
|
||||||
],
|
],
|
||||||
"python.linting.flake8Enabled": false,
|
"python.linting.flake8Enabled": false,
|
||||||
"python.testing.unittestEnabled": false,
|
|
||||||
"python.linting.mypyEnabled": false,
|
"python.linting.mypyEnabled": false,
|
||||||
|
"python.testing.unittestEnabled": false,
|
||||||
|
"python.testing.pytestEnabled": false,
|
||||||
"python.analysis.diagnosticSeverityOverrides": {},
|
"python.analysis.diagnosticSeverityOverrides": {},
|
||||||
// "python.defaultInterpreterPath": "./venv/bin/python",
|
// "python.defaultInterpreterPath": "./venv/bin/python",
|
||||||
"python.analysis.typeCheckingMode": "off"
|
"python.analysis.typeCheckingMode": "off"
|
||||||
|
|||||||
Reference in New Issue
Block a user