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