Use `ruff` instead of `flake8` and `isort`
godlygeek opened this issue · 2 comments
godlygeek commented
https://github.com/charliermarsh/ruff is an extremely fast Python linter with built in caching. Switch our make lint
and make format
commands to run ruff
instead of flake8
and isort
.
flpm commented
I am looking into this issue.
sarahmonod commented
Fixed by the above PR. Thanks @flpm!