Skip to content

Commit 6d06f5a

Browse files
committed
test(mypy): don't give errors for every unannotated function
Because there's too many to fix quickly.
1 parent 4f9d492 commit 6d06f5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mypy.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

22
[mypy]
33

4-
disallow_untyped_defs = True
4+
# TODO: enable when we've fully annotated everything
5+
#disallow_untyped_defs = True

0 commit comments

Comments
 (0)