nightshade---@fediverser.communick.devB to Python@fediverser.communick.devEnglish · 1 year agoRuff adds black-compatible formattinggithub.comexternal-linkmessage-square73fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkRuff adds black-compatible formattinggithub.comnightshade---@fediverser.communick.devB to Python@fediverser.communick.devEnglish · 1 year agomessage-square73fedilink
minus-squarebinaryriot@fediverser.communick.devBlinkfedilinkEnglisharrow-up1·1 year agoThat’s interesting. After some digging I found a “ruff.toml” in an unusual place for a unix’y command line tool (~/Library/Application Support/ruff/ruff.toml) select = ["ALL"] ignore = [] fixable = [] unfixable = [] I don’t know what put it there, certainly not my doing as far as I can remember. But that explains some things, I guess. 😱
That’s interesting.
After some digging I found a “ruff.toml” in an unusual place for a unix’y command line tool (
~/Library/Application Support/ruff/ruff.toml
)I don’t know what put it there, certainly not my doing as far as I can remember. But that explains some things, I guess. 😱