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.
Any
1 parent 3b9988a commit 691455bCopy full SHA for 691455b
mypy.ini
@@ -1,6 +1,7 @@
1
[mypy]
2
disallow_any_generics = True
3
disallow_incomplete_defs = True
4
+disallow_subclassing_any = True
5
disallow_untyped_defs = True
6
ignore_missing_imports = True
7
no_implicit_optional = True
0 commit comments