Skip to content

Commit 970019b

Browse files
[pre-commit.ci] pre-commit autoupdate
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/zricethezav/gitleaks: v8.30.1 → v8.30.0](gitleaks/gitleaks@v8.30.1...v8.30.0) - [github.com/renovatebot/pre-commit-hooks: 40.62.1 → 43.150.0](renovatebot/pre-commit-hooks@40.62.1...43.150.0) - [github.com/python-jsonschema/check-jsonschema: 0.37.1 → 0.37.2](python-jsonschema/check-jsonschema@0.37.1...0.37.2)
1 parent 5e33290 commit 970019b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33
exclude: testdata/|generated|devcontainer\.json
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0 # Use the ref you want to point at
6+
rev: v6.0.0 # Use the ref you want to point at
77
hooks:
88
- id: trailing-whitespace
99
- id: check-added-large-files
@@ -42,7 +42,7 @@ repos:
4242
# - id: forbid-crlf
4343
# - id: remove-crlf
4444
- repo: https://github.com/zricethezav/gitleaks
45-
rev: v8.30.1
45+
rev: v8.30.0
4646
hooks:
4747
- id: gitleaks
4848
- repo: https://github.com/Bahjat/pre-commit-golang
@@ -67,7 +67,7 @@ repos:
6767
args:
6868
["--allow-parallel-runners", "--config=.golangci.yml"]
6969
- repo: https://github.com/renovatebot/pre-commit-hooks
70-
rev: 40.62.1
70+
rev: 43.150.0
7171
hooks:
7272
- id: renovate-config-validator
7373
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
@@ -79,7 +79,7 @@ repos:
7979
# hooks:
8080
# - id: hadolint
8181
- repo: https://github.com/python-jsonschema/check-jsonschema
82-
rev: 0.37.1
82+
rev: 0.37.2
8383
hooks:
8484
- id: check-github-workflows
8585
- id: check-dependabot

0 commit comments

Comments
 (0)