𝔻𝔼𝕍𝕀𝕃𝕀𝕊ℍ@lemmy.world to Programmer Humor@lemmy.ml · 2 years agocodeStylelemmy.worldimagemessage-square44linkfedilinkarrow-up1395arrow-down129
arrow-up1366arrow-down1imagecodeStylelemmy.world𝔻𝔼𝕍𝕀𝕃𝕀𝕊ℍ@lemmy.world to Programmer Humor@lemmy.ml · 2 years agomessage-square44linkfedilink
minus-squareGBU_28@lemm.eelinkfedilinkEnglisharrow-up9·2 years agoAdd black, isort and flake 8 to your repo, you can set it up to be applied on commit. So folks can modify their local config all they like, and when they push it’s to the team standard and when they work locally it’s to theirs. It’s the best.
minus-squareGissaMittJobb@lemmy.mllinkfedilinkarrow-up3·2 years agoWhat about Ruff? I’ve been having a great time with Ruff.
Add black, isort and flake 8 to your repo, you can set it up to be applied on commit.
So folks can modify their local config all they like, and when they push it’s to the team standard and when they work locally it’s to theirs. It’s the best.
What about Ruff? I’ve been having a great time with Ruff.