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 d5424b9 commit 26a454bCopy full SHA for 26a454b
.vscode/settings.json
@@ -18,5 +18,6 @@
18
],
19
"python.testing.unittestEnabled": false,
20
"python.testing.pytestEnabled": true,
21
- "python.analysis.typeCheckingMode": "basic"
+ "python.analysis.typeCheckingMode": "basic",
22
+ "mypy.runUsingActiveInterpreter": true
23
}
mypy.ini
@@ -2,7 +2,7 @@
2
python_version = 3.12
3
plugins = pydantic.mypy
4
show_error_codes = true
5
-follow_imports = silent
+follow_imports = normal
6
local_partial_types = true
7
strict_equality = true
8
no_implicit_optional = true
0 commit comments