Skip to content

Commit 9decf26

Browse files
committed
Move Ruff first
1 parent a79535d commit 9decf26

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
repos:
2+
- repo: https://github.com/astral-sh/ruff-pre-commit
3+
rev: v0.15.11
4+
hooks:
5+
- id: ruff-check
6+
args: [--exit-non-zero-on-fix]
7+
- id: ruff-format
8+
29
- repo: https://github.com/pre-commit/pre-commit-hooks
310
rev: v6.0.0
411
hooks:
@@ -12,13 +19,6 @@ repos:
1219
- id: forbid-submodules
1320
- id: trailing-whitespace
1421

15-
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.15.11
17-
hooks:
18-
- id: ruff-check
19-
args: [--exit-non-zero-on-fix]
20-
- id: ruff-format
21-
2222
- repo: https://github.com/python-jsonschema/check-jsonschema
2323
rev: 0.37.1
2424
hooks:

0 commit comments

Comments
 (0)