Skip to content

Commit

Permalink
Move fast meta hooks to the beginning
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jan 14, 2025
1 parent eb1cf39 commit 983d39f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ ci:
autoupdate_schedule: quarterly

repos:
- repo: meta
hooks:
- id: check-hooks-apply
- id: check-useless-excludes

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
Expand Down Expand Up @@ -47,8 +52,3 @@ repos:
rev: v1.0.0
hooks:
- id: sphinx-lint

- repo: meta
hooks:
- id: check-hooks-apply
- id: check-useless-excludes

0 comments on commit 983d39f

Please sign in to comment.