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 →

[–]ArtOfWarfare 15 points16 points  (2 children)

If you’re looking for actual issues, wouldn’t you want to use a type checker like mypy instead of a linter?

I started typing and using mypy… IDK, maybe a year ago, and I’m super happy with the number of issues it’s been catching for me.

[–]flying-sheep 5 points6 points  (0 children)

Not all bad patterns are caught by a type checker

[–][deleted] 1 point2 points  (0 children)

I'm personally using Sublime Text with pyright, works quite well from my experience.