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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mypy.ini

Lines changed: 2 additions & 1 deletion
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)