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

Issues with popular third-party packages (meta) #17912

Open
JukkaL opened this issue Oct 10, 2024 · 5 comments
Open

Issues with popular third-party packages (meta) #17912

JukkaL opened this issue Oct 10, 2024 · 5 comments
Labels
meta Issues tracking a broad area of work

Comments

@JukkaL
Copy link
Collaborator

JukkaL commented Oct 10, 2024

This issue is used to centrally track issues related to using mypy together with popular third-party packages (either using inline types or stubs). These issues can impact a large number of users, and thus we generally prioritize fixing them. However, sometimes we can lose track of some problems, and this issue is intended to help with that.

Issues could be anything interfering with the use of mypy with a third-party package, including but not limited to these:

  • Mypy crashes
  • False positives
  • Slow type checking

If you encounter something like the above, create a separate issue first and leave a comment here with a link to the issue, preferably in this format so the status of issue is immediately visible:

Also feel free to post links to existing issues created by others, so that they will get more visibility.

@JukkaL JukkaL added the meta Issues tracking a broad area of work label Oct 10, 2024
@hauntsaninja
Copy link
Collaborator

@brianschubert
Copy link
Collaborator

@hauntsaninja
Copy link
Collaborator

hauntsaninja commented Oct 22, 2024

Crash involving numpy

@hauntsaninja
Copy link
Collaborator

mypy has an incremental bug related to namespace packages. It comes up in a few places, but a lot of times with the popular ruamel.yaml package:

@hauntsaninja
Copy link
Collaborator

Nondeterministic type checking (with cache off) involving pydantic:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta Issues tracking a broad area of work
Projects
None yet
Development

No branches or pull requests

3 participants