Y
Hacker News
new
|
ask
|
show
|
jobs
by
robertlagrant
1113 days ago
It's a mistake to filter out whitespace changes on Python diffs. These days it's best use `Black --check` or similar in CI to make sure they've matched your whitespace settings, to minimise these changes.