Use ruff in pre-commit
We use ruff
as a python linter in pre-commit: https://github.com/astral-sh/ruff
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.1.6'
hooks:
- id: ruff
args: ["--fix"]
Is that something interresting for this project?