Skip to content

Commit f1bba54

Browse files
committed
Move ruff to top of list
As suggested by @frenck
1 parent 25dbdbd commit f1bba54

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ default_language_version:
88

99
repos:
1010
# Run manually in CI skipping the branch checks
11+
- repo: https://github.com/charliermarsh/ruff-pre-commit
12+
rev: v0.0.259
13+
hooks:
14+
- id: ruff
15+
args:
16+
- --fix
1117
- repo: https://github.com/PyCQA/isort
1218
rev: 5.12.0
1319
hooks:
@@ -39,12 +45,6 @@ repos:
3945
hooks:
4046
- id: codespell
4147
exclude_types: [csv, json]
42-
- repo: https://github.com/charliermarsh/ruff-pre-commit
43-
rev: v0.0.259
44-
hooks:
45-
- id: ruff
46-
args:
47-
- --fix
4848
- repo: https://github.com/PyCQA/bandit
4949
rev: 1.7.5
5050
hooks:

0 commit comments

Comments
 (0)