Skip to content

Commit 26a454b

Browse files
committed
Update settings for dmypy
1 parent d5424b9 commit 26a454b

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
@@ -18,5 +18,6 @@
1818
],
1919
"python.testing.unittestEnabled": false,
2020
"python.testing.pytestEnabled": true,
21-
"python.analysis.typeCheckingMode": "basic"
21+
"python.analysis.typeCheckingMode": "basic",
22+
"mypy.runUsingActiveInterpreter": true
2223
}

mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
python_version = 3.12
33
plugins = pydantic.mypy
44
show_error_codes = true
5-
follow_imports = silent
5+
follow_imports = normal
66
local_partial_types = true
77
strict_equality = true
88
no_implicit_optional = true

0 commit comments

Comments
 (0)