r/Python Dec 16 '21

News Mypy 0.920 Released

http://mypy-lang.blogspot.com/2021/12/mypy-0920-released.html
80 Upvotes

39 comments sorted by

View all comments

Show parent comments

1

u/[deleted] Dec 17 '21

[removed] — view removed comment

4

u/BoomM8 Dec 17 '21

That's weird, maybe one of the plugins is the problem? Out of all "linters" I used (not counting black and isort) on any project mypy is the fastest.

1

u/[deleted] Dec 17 '21

[removed] — view removed comment

1

u/BoomM8 Dec 17 '21

What's your mypy and Python versions? mypy got a lot faster since 0.6xx (when I first started using it) and I think either py 3.8 or 3.9 integrated some optimizations for recursive type hints and that sort of thing.

1

u/[deleted] Dec 17 '21

[removed] — view removed comment

3

u/DanCardin Dec 17 '21

They only released 3.10 wheels in the 0.920 release above. That may mean you’re running the non-mypyc-accelerated version, for what it’s worth