1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Ignore mypy errors in logic from jaraco.text

This commit is contained in:
Pradyun Gedam 2023-02-05 11:40:15 +00:00
parent eb7b4ed62e
commit 85da66d06b
No known key found for this signature in database
GPG key ID: FF99710C4332258E

View file

@ -42,6 +42,9 @@ disallow_any_generics = True
warn_unused_ignores = True
no_implicit_optional = True
[mypy-pip._internal.utils._jaraco_text]
ignore_errors = True
[mypy-pip._vendor.*]
ignore_errors = True