Skip to content

Commit 4551c19

Browse files
committed
🧎‍♀️ Genuflect to the types.
Ref jaraco/zipp#123
1 parent 6c0b7b3 commit 4551c19

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mypy.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ disable_error_code = overload-overlap
1616
# jaraco/pytest-perf#16
1717
[mypy-pytest_perf.*]
1818
ignore_missing_imports = True
19+
20+
# jaraco/zipp#123
21+
[mypy-zipp.*]
22+
ignore_missing_imports = True

0 commit comments

Comments
 (0)