Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0)
- [github.com/adrienverge/yamllint: v1.29.0 → v1.35.1](adrienverge/yamllint@v1.29.0...v1.35.1)
- [github.com/Lucas-C/pre-commit-hooks: v1.4.2 → v1.5.5](Lucas-C/pre-commit-hooks@v1.4.2...v1.5.5)
- [github.com/sirosen/check-jsonschema: 0.21.0 → 0.29.4](python-jsonschema/check-jsonschema@0.21.0...0.29.4)
  • Loading branch information
pre-commit-ci[bot] authored Oct 14, 2024
1 parent b473a3a commit c1ab03d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
entry: git-secrets
args: [--scan, --recursive]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
# On Windows, git will convert all CRLF to LF,
# but only after all hooks are done executing.
Expand All @@ -20,15 +20,15 @@ repos:
- id: check-json
- id: check-ast
- repo: https://github.com/adrienverge/yamllint
rev: v1.29.0
rev: v1.35.1
hooks:
- id: yamllint
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.4.2
rev: v1.5.5
hooks:
- id: remove-tabs
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.21.0
rev: 0.29.4
hooks:
- id: check-github-workflows
- id: check-github-actions
Expand Down

0 comments on commit c1ab03d

Please sign in to comment.