Skip to content

Commit b76d567

Browse files
authored
chore: Adjust settings for vscode
1 parent 8e33556 commit b76d567

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
"-r",
2727
"--ini .bandit"
2828
],
29-
"flake8.importStrategy": "fromEnvironment"
29+
"flake8.importStrategy": "fromEnvironment",
30+
"flake8.args": ["--config=.flake8"]
3031
}

mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[mypy]
44
ignore_missing_imports = True
5-
follow_imports = silent
5+
; follow_imports = silent
66
show_column_numbers = True
77
warn_unused_configs = False
88
disallow_subclassing_any = False

0 commit comments

Comments
 (0)