Skip to content

Commit 85da66d

Browse files
committed
Ignore mypy errors in logic from jaraco.text
1 parent eb7b4ed commit 85da66d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ disallow_any_generics = True
4242
warn_unused_ignores = True
4343
no_implicit_optional = True
4444

45+
[mypy-pip._internal.utils._jaraco_text]
46+
ignore_errors = True
47+
4548
[mypy-pip._vendor.*]
4649
ignore_errors = True
4750

0 commit comments

Comments
 (0)