Merge remote-tracking branch 'upstream/main' into legacy-resol

This commit is contained in:
hauntsaninja 2023-09-25 12:01:06 -07:00
commit af706bce36
2 changed files with 0 additions and 4 deletions

View File

@ -54,12 +54,8 @@ ignore_errors = True
# These vendored libraries use runtime magic to populate things and don't sit
# well with static typing out of the box. Eventually we should provide correct
# typing information for their public interface and remove these configs.
[mypy-pip._vendor.colorama]
follow_imports = skip
[mypy-pip._vendor.pkg_resources]
follow_imports = skip
[mypy-pip._vendor.progress.*]
follow_imports = skip
[mypy-pip._vendor.requests.*]
follow_imports = skip