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

Rubocop can autoformat the code it complains about.
Not all cops have autoformatters, though, and some formatters can cause breaking changes.