Y
Hacker News
new
|
ask
|
show
|
jobs
by
vishbar
2033 days ago
Is there not an autoformatter available? We use linting as part of our Python workflow and it works pretty well along with black. There's really not much linting work: just write your code, run black, and it's good to go.
1 comments
Xylakant
2033 days ago
Rubocop can autoformat the code it complains about.
link
square_usual
2033 days ago
Not all cops have autoformatters, though, and some formatters can cause breaking changes.
link