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 691455b commit 8d2dc25Copy full SHA for 8d2dc25
mypy.ini
@@ -2,6 +2,7 @@
2
disallow_any_generics = True
3
disallow_incomplete_defs = True
4
disallow_subclassing_any = True
5
+disallow_untyped_calls = True
6
disallow_untyped_defs = True
7
ignore_missing_imports = True
8
no_implicit_optional = True
0 commit comments