Hacker News new | ask | show | jobs
by baroffoos 2673 days ago
Linters catch the easy cases but when the problem spans multiple files they have no clue what is going on.
1 comments

The mypy type linter performs type checking across files, in many cases even without explicit annotations.