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/adrienverge/yamllint.git: v1.33.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.35.1)
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
- [github.com/Lucas-C/pre-commit-hooks: v1.5.4 → v1.5.5](Lucas-C/pre-commit-hooks@v1.5.4...v1.5.5)
- [github.com/gitleaks/gitleaks: v8.18.0 → v8.21.1](gitleaks/gitleaks@v8.18.0...v8.21.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 21, 2024
1 parent fac3f8d commit 9f0f77b
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 @@ -13,15 +13,15 @@ ci:

repos:
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.33.0
rev: v1.35.1
hooks:
- id: yamllint
args:
- -c
- ".github/linters/.yamllint.yaml"

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: fix-byte-order-marker
Expand All @@ -39,7 +39,7 @@ repos:
- id: pretty-format-json5

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.4
rev: v1.5.5
hooks:
- id: forbid-crlf
- id: forbid-tabs
Expand All @@ -62,6 +62,6 @@ repos:
- id: forbid-secrets

- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.0
rev: v8.21.1
hooks:
- id: gitleaks

0 comments on commit 9f0f77b

Please sign in to comment.