superkret@feddit.org to Programmer Humor@programming.dev · 1 month agoBetter merge it, too!i.imgflip.comimagemessage-square39fedilinkarrow-up1776arrow-down117
arrow-up1759arrow-down1imageBetter merge it, too!i.imgflip.comsuperkret@feddit.org to Programmer Humor@programming.dev · 1 month agomessage-square39fedilink
minus-squareSavvyWolf@pawb.sociallinkfedilinkEnglisharrow-up22·1 month ago“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.
minus-squarebob_lemon@feddit.orglinkfedilinkarrow-up4·1 month agoJust make another PR where you add formatter instructions to the readme and pyproject.toml.
minus-squarebob_lemon@feddit.orglinkfedilinkarrow-up5·1 month agoI’m fond of ruff lately. Pretty much the same as black, but it just comes with the linter instead of being separate tools.
minus-squareGamma@beehaw.orglinkfedilinkEnglisharrow-up2·edit-21 month ago👀 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
“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.
Just make another PR where you add formatter instructions to the readme and pyproject.toml.
Use black and pray
I’m fond of ruff lately. Pretty much the same as black, but it just comes with the linter instead of being separate tools.
👀 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