Skip to content

Commit dff95d4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/zricethezav/gitleaks: v8.21.2 → v8.29.1](gitleaks/gitleaks@v8.21.2...v8.29.1) - [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/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1)
1 parent 9b4553a commit dff95d4

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
@@ -2,13 +2,13 @@
22

33
repos:
44
- repo: https://github.com/zricethezav/gitleaks
5-
rev: v8.21.2
5+
rev: v8.29.1
66
hooks:
77
- id: gitleaks
88
args: ["detect", "--redact", "--verbose"]
99

1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: check-merge-conflict
1414
- id: end-of-file-fixer
@@ -22,7 +22,7 @@ repos:
2222
- id: forbid-submodules
2323

2424
- repo: https://github.com/shellcheck-py/shellcheck-py
25-
rev: v0.10.0.1
25+
rev: v0.11.0.1
2626
hooks:
2727
- id: shellcheck
2828

0 commit comments

Comments
 (0)