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

pre-commit: remove flake8, add ruff, isort & toml-sort

parent 9f460e3c
No related branches found
No related tags found
No related merge requests found
ci:
autoupdate_branch: devel
repos:
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: flake8
- id: isort
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.3
hooks:
- id: ruff
args:
- --fix
- --exit-non-zero-on-fix
- repo: https://github.com/cheshirekow/cmake-format-precommit
rev: v0.6.13
hooks:
- id: cmake-format
- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
hooks:
- id: toml-sort-fix
exclude: poetry.lock
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v17.0.3
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