Skip to content

Commit 75b301c

Browse files
committed
🧎‍♀️ Genuflect to the types.
Ref jaraco/zipp#123
1 parent 4516745 commit 75b301c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

mypy.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ explicit_package_bases = True
1212

1313
# Disable overload-overlap due to many false-positives
1414
disable_error_code = overload-overlap
15+
16+
# jaraco/zipp#123
17+
[mypy-zipp]
18+
ignore_missing_imports = True

0 commit comments

Comments
 (0)