We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0043fed commit 632441eCopy full SHA for 632441e
mypy.ini
@@ -1,4 +1,6 @@
1
[mypy]
2
+disallow_incomplete_defs=True
3
+disallow_untyped_defs=True
4
implicit_reexport=False
5
pretty=True
6
show_error_codes=True
0 commit comments