Skip to content

Commit 038d7a0

Browse files
chore(pre-commit): update pre-commit hooks
Auto-update pre-commit hooks to the latest compatible versions. See https://pre-commit.ci for details. updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/gitleaks/gitleaks: v8.24.3 → v8.28.0](gitleaks/gitleaks@v8.24.3...v8.28.0) - [github.com/backplane/pre-commit-rust-hooks: v1.1.0 → v1.2.1](backplane/pre-commit-rust-hooks@v1.1.0...v1.2.1)
1 parent b92a76e commit 038d7a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ci:
1212
See https://pre-commit.ci for details.
1313
repos:
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v5.0.0
15+
rev: v6.0.0
1616
hooks:
1717
- id: end-of-file-fixer
1818
- id: mixed-line-ending
@@ -30,11 +30,11 @@ repos:
3030
hooks:
3131
- id: typos
3232
- repo: https://github.com/gitleaks/gitleaks
33-
rev: v8.24.3
33+
rev: v8.28.0
3434
hooks:
3535
- id: gitleaks
3636
- repo: https://github.com/backplane/pre-commit-rust-hooks
37-
rev: v1.1.0
37+
rev: v1.2.1
3838
hooks:
3939
- id: fmt
4040
- id: check

0 commit comments

Comments
 (0)