You're viewing a single thread.
View all comments
41
comments
"Did you run the formatter on this?"
Bonus points if it's python code and nowhere in the docs does it say which of the many formatters to use.
21 0 ReplyJust make another PR where you add formatter instructions to the readme and pyproject.toml.
4 0 ReplyUse black and pray
2 0 ReplyI'm fond of ruff lately. Pretty much the same as black, but it just comes with the linter instead of being separate tools.
5 0 Reply👀 I’d fine-tuned (copied and pasted) a pylint setup that had some of black, what are the differences?
Edit: it’s so much faster than black, I’m switching
Edit2: used it today, faster and I like the linter. It also does some multi-line parentheses better imo
2 0 Reply
You've viewed 41 comments.
Scroll to top