Dehydrated@lemmy.world to Programmer Humor@programming.dev · 1 year agoJava...lemmy.worldimagemessage-square51fedilinkarrow-up1801arrow-down113
arrow-up1788arrow-down1imageJava...lemmy.worldDehydrated@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square51fedilink
minus-squareTunaCowboy@lemmy.worldlinkfedilinkarrow-up5·1 year agoautopep8 --in-place --max-line-length 79 shittyformatting.py
minus-squareUndercoverUlrikHD@programming.devlinkfedilinkarrow-up9arrow-down1·1 year agoI’ll die on the hill that 120 is a much more sane line length than 80. It’s the one of two pep guidelines I always ignore. It isn’t the 70s anymore
minus-squareTunaCowboy@lemmy.worldlinkfedilinkarrow-up5·1 year agoYou don’t have to die on any hill, you can just set it to whatever you want.
minus-squareKogasa@programming.devlinkfedilinkarrow-up1arrow-down1·1 year ago100 gang (but not for python, just let black defaults do its thing)
autopep8 --in-place --max-line-length 79 shittyformatting.py
I’ll die on the hill that 120 is a much more sane line length than 80. It’s the one of two pep guidelines I always ignore. It isn’t the 70s anymore
You don’t have to die on any hill, you can just set it to whatever you want.
100 gang (but not for python, just let black defaults do its thing)
black shittyformatting.py