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

Implement flag to allow typechecking of untyped modules #17712

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

DeinAlptraum
Copy link

Add a flag and config ini options "enable_installed_packages". Setting it to True instructs mypy to typecheck also modules that do not have stubs or a py.typed marker.

Fixes #8545

This comment has been minimized.

Copy link
Contributor

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

@DeinAlptraum
Copy link
Author

@hauntsaninja can you tell me by any chance if there's anything I'm missing/I should do to get a review here?

@DeinAlptraum
Copy link
Author

Ping. Can someone review this? @JelleZijlstra can you help me with this?

@DeinAlptraum
Copy link
Author

Ping. @hauntsaninja @JelleZijlstra can you tell me what I need to do to get a review here?

@DeinAlptraum
Copy link
Author

Ping @hauntsaninja @JelleZijlstra @JukkaL

@JelleZijlstra
Copy link
Member

Mypy development is unfortunately under-resourced and personally I don't have much time available to review PRs. I'd advise you to wait and hopefully a committer will come along and review this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow/disallow pep561 packages
2 participants