Skip to content

Commit dd28ff0

Browse files
authored
Merge pull request #12294 from hauntsaninja/tighten-config
Follow imports for more vendored dependencies
2 parents eddd9dd + ac19f79 commit dd28ff0

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

news/12AE57EC-683C-4A8E-BCCB-851FCD0730B4.trivial.rst

Whitespace-only changes.

setup.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,8 @@ ignore_errors = True
5454
# These vendored libraries use runtime magic to populate things and don't sit
5555
# well with static typing out of the box. Eventually we should provide correct
5656
# typing information for their public interface and remove these configs.
57-
[mypy-pip._vendor.colorama]
58-
follow_imports = skip
5957
[mypy-pip._vendor.pkg_resources]
6058
follow_imports = skip
61-
[mypy-pip._vendor.progress.*]
62-
follow_imports = skip
6359
[mypy-pip._vendor.requests.*]
6460
follow_imports = skip
6561

0 commit comments

Comments
 (0)