mypy icon indicating copy to clipboard operation
mypy copied to clipboard

Issues with popular third-party packages (meta)

Open JukkaL opened this issue 1 year ago • 2 comments

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:

  • #123

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

JukkaL avatar Oct 10 '24 09:10 JukkaL

  • https://github.com/python/mypy/issues/17919

hauntsaninja avatar Oct 11 '24 04:10 hauntsaninja

  • #14978

brianschubert avatar Oct 11 '24 12:10 brianschubert

Crash involving numpy

  • https://github.com/python/mypy/issues/17396

hauntsaninja avatar Oct 22 '24 20:10 hauntsaninja

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:

  • https://github.com/python/mypy/issues/12664

hauntsaninja avatar Oct 31 '24 19:10 hauntsaninja

Nondeterministic type checking (with cache off) involving pydantic:

  • https://github.com/python/mypy/issues/18125

hauntsaninja avatar Nov 07 '24 20:11 hauntsaninja