Y
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
ShinTakuya
2669 days ago
The mypy type linter performs type checking across files, in many cases even without explicit annotations.
link