ramonhagenaars / nptyping

💡 Type hints for Numpy and Pandas
MIT License
578 stars 29 forks source link

Skipping analyzing 'nptyping': found module but no type hints or library stubs #32

Closed johanvergeer closed 4 years ago

johanvergeer commented 4 years ago

We just started to use MyPy, and one of the packages that showed up with found module but no type hints or library stubs was nptyping.

This feels really awkward since this package is meant to provide typing for numpy, but I'm probably missing something.

Can anyone tell me what I can do to solve this?

ramonhagenaars commented 4 years ago

Another issue has been opened for this. Please refer to #34.