Skip to content
Snippets Groups Projects
Commit 5280e253 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

pre-commit: add ruff

parent 39f04091
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,13 @@ repos:
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.6
hooks:
- id: ruff
args:
- --fix
- --exit-non-zero-on-fix
- repo: https://github.com/cheshirekow/cmake-format-precommit
rev: v0.6.13
hooks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment