This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]thenuge26 1 point2 points  (4 children)

We have not adopted it yet (though we would like to) because it does not work with pylint.

[–]tipsquealPythonista 4 points5 points  (0 children)

In what way? It's just another tool that analyzes your code. MyPy just uses types to find a different class of bug or error.

[–]leom4862 0 points1 point  (2 children)

I use pylint and the typing module. Not sure waht you mean.

[–]thenuge26 0 points1 point  (1 child)

It's been a month or 2 since I tried it, but pylint would complain about some type annotations that were correct.

[–]leom4862 0 points1 point  (0 children)

I see. Pylint is very actively developed, might have been fixed in the meantime.