Y
Hacker News
new
|
ask
|
show
|
jobs
by
joshribakoff
178 days ago
Have you considered reducing review noise by using static analysis?
1 comments
KK7NIL
178 days ago
Yep, ruff has a warning for this exact issue.
link
IshKebab
178 days ago
Pylint has had it too for at least a decade.
link
simon04
178 days ago
Ruff's rule is derived from Pylint:
https://docs.astral.sh/ruff/rules/unspecified-encoding/
link