plugins = numpy.typing.mypy_plugin #240
Answered
by
karthiknadig
rootsmusic
asked this question in
Q&A
-
My environment has mypy 1.8.0 and mypy_extensions 1.0.0. I'd like to enable the mypy plugin for numpy. What's the path for this extension's mypy.ini (I see it in many directories)? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
karthiknadig
Jan 2, 2024
Replies: 1 comment
-
If you have the mypy plugin from numpy installed in your environment it should work automatically. The extension doesn't select |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rootsmusic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you have the mypy plugin from numpy installed in your environment it should work automatically. The extension doesn't select
mypy.ini
, we let mypy decide which one it wants to use.