superkret@feddit.org to Programmer Humor@programming.dev · 2 months agoBetter merge it, too!i.imgflip.comimagemessage-square40fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageBetter merge it, too!i.imgflip.comsuperkret@feddit.org to Programmer Humor@programming.dev · 2 months agomessage-square40fedilink
minus-squareSavvyWolf@pawb.sociallinkfedilinkEnglisharrow-up0·2 months 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-squareGamma@beehaw.orglinkfedilinkEnglisharrow-up0·2 months agoUse black and pray that the lines changed is small
minus-squarebob_lemon@feddit.orglinkfedilinkarrow-up0·2 months 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-up0·2 months ago👀 I’d fine-tuned (copied and pasted) a pylint setup that had some of black, what are the differences?
minus-squarebob_lemon@feddit.orglinkfedilinkarrow-up0·2 months agoJust make another PR where you add formatter instructions to the readme and pyproject.toml.
“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.
Use black and pray that the lines changed is small
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?
Just make another PR where you add formatter instructions to the readme and pyproject.toml.