Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.2.0...v4.6.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.2.6](codespell-project/codespell@v2.1.0...v2.2.6)
- [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.18.2](gitleaks/gitleaks@v8.8.6...v8.18.2)
- [github.com/igorshubovych/markdownlint-cli: v0.31.1 → v0.40.0](igorshubovych/markdownlint-cli@v0.31.1...v0.40.0)
  • Loading branch information
pre-commit-ci[bot] authored May 6, 2024
1 parent 22148f4 commit 657eb1f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
default_stages: [commit]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.6.0
hooks:
- id: end-of-file-fixer
- id: check-added-large-files
Expand All @@ -17,7 +17,7 @@ repos:
- id: mixed-line-ending
args: ['--fix=no']
- repo: https://github.com/jorisroovers/gitlint
rev: v0.17.0
rev: v0.19.1
hooks:
- id: gitlint
args:
Expand All @@ -27,21 +27,21 @@ repos:
'--msg-filename',
]
- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
rev: v2.2.6
hooks:
- id: codespell
exclude: '^go.sum'
- repo: https://github.com/Yelp/detect-secrets
rev: v1.2.0
rev: v1.5.0
hooks:
- id: detect-secrets
exclude: '.*_test.go$|README.md'
- repo: https://github.com/zricethezav/gitleaks
rev: v8.8.6
rev: v8.18.2
hooks:
- id: gitleaks
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.31.1
rev: v0.40.0
hooks:
- id: markdownlint
ci:
Expand Down

0 comments on commit 657eb1f

Please sign in to comment.