We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e33556 commit b76d567Copy full SHA for b76d567
.vscode/settings.json
@@ -26,5 +26,6 @@
26
"-r",
27
"--ini .bandit"
28
],
29
- "flake8.importStrategy": "fromEnvironment"
+ "flake8.importStrategy": "fromEnvironment",
30
+ "flake8.args": ["--config=.flake8"]
31
}
mypy.ini
@@ -2,7 +2,7 @@
2
3
[mypy]
4
ignore_missing_imports = True
5
-follow_imports = silent
+; follow_imports = silent
6
show_column_numbers = True
7
warn_unused_configs = False
8
disallow_subclassing_any = False
0 commit comments