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

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

parent b3bf8675
No related branches found
No related tags found
No related merge requests found
ci: ci:
autoupdate_branch: devel autoupdate_branch: devel
repos: repos:
- repo: https://github.com/PyCQA/flake8 - repo: https://github.com/PyCQA/isort
rev: 6.1.0 rev: 5.12.0
hooks: 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 - repo: https://github.com/cheshirekow/cmake-format-precommit
rev: v0.6.13 rev: v0.6.13
hooks: hooks:
- id: cmake-format - 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 - repo: https://github.com/pre-commit/mirrors-clang-format
rev: v17.0.3 rev: v17.0.3
hooks: 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