Skip to content

Commit 2ff8159

Browse files
committed
detect-secrets -> gitleaks
1 parent 324af5c commit 2ff8159

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
repos:
2-
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v6.0.0
2+
- repo: builtin
43
hooks:
54
- id: check-symlinks
65
- id: end-of-file-fixer
@@ -18,10 +17,10 @@ repos:
1817
- id: md-toc
1918
args: [--in-place, --skip-lines=1, github]
2019

21-
- repo: https://github.com/Yelp/detect-secrets
22-
rev: v1.5.0
20+
- repo: https://github.com/gitleaks/gitleaks
21+
rev: v8.30.0
2322
hooks:
24-
- id: detect-secrets
23+
- id: gitleaks
2524

2625
- repo: https://github.com/codespell-project/codespell
2726
rev: v2.4.1
@@ -30,22 +29,22 @@ repos:
3029
args: [--ignore-words-list=protols]
3130

3231
- repo: https://github.com/zizmorcore/zizmor-pre-commit
33-
rev: v1.20.0
32+
rev: v1.21.0
3433
hooks:
3534
- id: zizmor
3635
args: [--no-progress, --fix=all]
3736

3837
- repo: local
3938
hooks:
4039
- id: fish_indent
41-
name: Format fish files
40+
name: fish_indent
4241
entry: fish_indent --write
4342
language: rust
4443
additional_dependencies:
4544
- cli:https://github.com/fish-shell/fish-shell:4.3.3
4645
types: [fish]
4746
- id: shfmt
48-
name: Format shell files
47+
name: shfmt
4948
entry: shfmt --indent=4 --write
5049
language: golang
5150
additional_dependencies: [mvdan.cc/sh/v3/cmd/shfmt@d1e5f80]

0 commit comments

Comments
 (0)