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

pre-commit: isort & ruff

parent c1b52445
No related branches found
No related tags found
No related merge requests found
repos:
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
args:
- --filter-files
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.1
hooks:
- id: ruff
args:
- --fix
- --exit-non-zero-on-fix
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
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