Skip to content

Commit 983d39f

Browse files
committed
Move fast meta hooks to the beginning
1 parent eb1cf39 commit 983d39f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ ci:
22
autoupdate_schedule: quarterly
33

44
repos:
5+
- repo: meta
6+
hooks:
7+
- id: check-hooks-apply
8+
- id: check-useless-excludes
9+
510
- repo: https://github.com/pre-commit/pre-commit-hooks
611
rev: v5.0.0
712
hooks:
@@ -47,8 +52,3 @@ repos:
4752
rev: v1.0.0
4853
hooks:
4954
- id: sphinx-lint
50-
51-
- repo: meta
52-
hooks:
53-
- id: check-hooks-apply
54-
- id: check-useless-excludes

0 commit comments

Comments
 (0)