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 8d2dc25 commit 87e0d66Copy full SHA for 87e0d66
mypy.ini
@@ -3,6 +3,7 @@ disallow_any_generics = True
3
disallow_incomplete_defs = True
4
disallow_subclassing_any = True
5
disallow_untyped_calls = True
6
+disallow_untyped_decorators = True
7
disallow_untyped_defs = True
8
ignore_missing_imports = True
9
no_implicit_optional = True
0 commit comments