Skip to content

Commit 997ec7e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.2.0...v5.0.0) - [github.com/jorisroovers/gitlint: v0.17.0 → v0.19.1](jorisroovers/gitlint@v0.17.0...v0.19.1) - [github.com/codespell-project/codespell: v2.1.0 → v2.4.1](codespell-project/codespell@v2.1.0...v2.4.1) - [github.com/Yelp/detect-secrets: v1.2.0 → v1.5.0](Yelp/detect-secrets@v1.2.0...v1.5.0) - [github.com/zricethezav/gitleaks: v8.8.6 → v8.25.1](gitleaks/gitleaks@v8.8.6...v8.25.1) - [github.com/igorshubovych/markdownlint-cli: v0.31.1 → v0.44.0](igorshubovych/markdownlint-cli@v0.31.1...v0.44.0)
1 parent 22148f4 commit 997ec7e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
default_stages: [commit]
1+
default_stages: [pre-commit]
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.2.0
4+
rev: v5.0.0
55
hooks:
66
- id: end-of-file-fixer
77
- id: check-added-large-files
@@ -17,7 +17,7 @@ repos:
1717
- id: mixed-line-ending
1818
args: ['--fix=no']
1919
- repo: https://github.com/jorisroovers/gitlint
20-
rev: v0.17.0
20+
rev: v0.19.1
2121
hooks:
2222
- id: gitlint
2323
args:
@@ -27,21 +27,21 @@ repos:
2727
'--msg-filename',
2828
]
2929
- repo: https://github.com/codespell-project/codespell
30-
rev: v2.1.0
30+
rev: v2.4.1
3131
hooks:
3232
- id: codespell
3333
exclude: '^go.sum'
3434
- repo: https://github.com/Yelp/detect-secrets
35-
rev: v1.2.0
35+
rev: v1.5.0
3636
hooks:
3737
- id: detect-secrets
3838
exclude: '.*_test.go$|README.md'
3939
- repo: https://github.com/zricethezav/gitleaks
40-
rev: v8.8.6
40+
rev: v8.25.1
4141
hooks:
4242
- id: gitleaks
4343
- repo: https://github.com/igorshubovych/markdownlint-cli
44-
rev: v0.31.1
44+
rev: v0.44.0
4545
hooks:
4646
- id: markdownlint
4747
ci:

0 commit comments

Comments
 (0)