Skip to content

Commit 632441e

Browse files
committed
Require full annotation in mypy configuration
1 parent 0043fed commit 632441e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mypy.ini

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[mypy]
2+
disallow_incomplete_defs=True
3+
disallow_untyped_defs=True
24
implicit_reexport=False
35
pretty=True
46
show_error_codes=True

0 commit comments

Comments
 (0)