Skip to content

Commit

Permalink
ci: add meta pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagowfx committed Jan 6, 2025
1 parent b5e8431 commit 15946c2
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,10 @@
ci:
submodules: true
repos:
# keep-sorted start
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
hooks:
- id: codespell
- repo: https://github.com/google/keep-sorted
rev: v0.5.1
- repo: meta
hooks:
- id: keep-sorted
- repo: https://github.com/lalten/check-gha-pinning
rev: v1.3.0
hooks:
- id: check-gha-pinning
- id: check-hooks-apply
- id: check-useless-excludes
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
Expand All @@ -45,9 +36,21 @@ repos:
args:
- --autofix
- --no-sort-keys
- id: sort-simple-yaml
- id: trailing-whitespace
# keep-sorted end
# keep-sorted start
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
hooks:
- id: codespell
- repo: https://github.com/google/keep-sorted
rev: v0.5.1
hooks:
- id: keep-sorted
- repo: https://github.com/lalten/check-gha-pinning
rev: v1.3.0
hooks:
- id: check-gha-pinning
- repo: https://github.com/rhysd/actionlint/
rev: v1.7.5
hooks:
Expand Down

0 comments on commit 15946c2

Please sign in to comment.