Skip to content

Commit 8b8e565

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.30.0](gitleaks/gitleaks@v8.24.3...v8.30.0)
1 parent e836e6d commit 8b8e565

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ci:
1111
See https://pre-commit.ci for details.
1212
repos:
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v5.0.0
14+
rev: v6.0.0
1515
hooks:
1616
- id: end-of-file-fixer
1717
- id: mixed-line-ending
@@ -29,6 +29,6 @@ repos:
2929
hooks:
3030
- id: typos
3131
- repo: https://github.com/gitleaks/gitleaks
32-
rev: v8.24.3
32+
rev: v8.30.0
3333
hooks:
3434
- id: gitleaks

0 commit comments

Comments
 (0)