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 c688dd5 commit 14f53e5Copy full SHA for 14f53e5
mypy.ini
@@ -11,13 +11,19 @@ namespace_packages = True
11
no_implicit_reexport = True
12
# NOTE: this crashes mypy when declared here, therefore it is declared in the setup.cfg files
13
# plugins = pydantic.mypy
14
+cache_dir = .mypy_cache
15
+error_summary = True
16
+incremental = True
17
+local_partial_types = True
18
+no_implicit_optional = True
19
+pretty = True
20
python_version = 3.11
21
show_column_numbers = True
22
show_error_context = False
23
strict_optional = True
-; no_implicit_optional = True
24
warn_redundant_casts = True
25
warn_return_any = True
26
+warn_unreachable = True
27
warn_unused_configs = True
28
warn_unused_ignores = True
29
0 commit comments