5 ms·
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 lintin
by vishbar 6y 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.
- Xylakant 6y agoRubocop can autoformat the code it complains about.
- square_usual 6y agoNot all cops have autoformatters, though, and some formatters can cause breaking changes.