Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Follow imports for more vendored dependencies #12294

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

hauntsaninja
Copy link
Contributor

This will allow mypy to notice if you e.g. try to call a colorama function that does not exist. Note we won't report any errors in vendored code due to the ignore_errors config above.

It would also be quite easy to let mypy look at pkg_resources code, but this would involve the addition of like three type ignores.

This will allow mypy to notice if you e.g. try to call a colorama
function that does not exist. Note we won't report any errors in
vendored code due to the ignore_errors config above.

It would also be quite easy to let mypy look at pkg_resources code, but
this would involve the addition of like three type ignores.
@pradyunsg pradyunsg merged commit dd28ff0 into pypa:main Sep 25, 2023
11 checks passed
@hauntsaninja hauntsaninja deleted the tighten-config branch September 25, 2023 18:59
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants