top | item 34750646 (no title) captnswing | 3 years ago ruff is the ticket. it replaced isort, flake8 for me, never looked back discuss order hn newest VeejayRampay|3 years ago it also doesn't know how to deal with simple constructs like match...caseI agree that ruff seems to be the way forward, it's (almost) at feature-parity, it is extremely fast, but I think it needs polishing bbkane|3 years ago I just tried ruff last night and ran into the match-case support issue. I'm following https://github.com/charliermarsh/ruff/issues/282 and looking forward to trying ruff again once that issue is closed. estebank|3 years ago I was gonna ask if match case wasn't a really recent thing, but it seems to be from 3.10 released in October 2021. load replies (2) dharmab|3 years ago IIRC this is Ruff's criteria for 1.0
VeejayRampay|3 years ago it also doesn't know how to deal with simple constructs like match...caseI agree that ruff seems to be the way forward, it's (almost) at feature-parity, it is extremely fast, but I think it needs polishing bbkane|3 years ago I just tried ruff last night and ran into the match-case support issue. I'm following https://github.com/charliermarsh/ruff/issues/282 and looking forward to trying ruff again once that issue is closed. estebank|3 years ago I was gonna ask if match case wasn't a really recent thing, but it seems to be from 3.10 released in October 2021. load replies (2) dharmab|3 years ago IIRC this is Ruff's criteria for 1.0
bbkane|3 years ago I just tried ruff last night and ran into the match-case support issue. I'm following https://github.com/charliermarsh/ruff/issues/282 and looking forward to trying ruff again once that issue is closed.
estebank|3 years ago I was gonna ask if match case wasn't a really recent thing, but it seems to be from 3.10 released in October 2021. load replies (2)
VeejayRampay|3 years ago
I agree that ruff seems to be the way forward, it's (almost) at feature-parity, it is extremely fast, but I think it needs polishing
bbkane|3 years ago
estebank|3 years ago
dharmab|3 years ago