Skip to content

Commit 2699eb6

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/renovatebot/pre-commit-hooks: 40.62.1 → 42.84.0](renovatebot/pre-commit-hooks@40.62.1...42.84.0) - [github.com/python-jsonschema/check-jsonschema: 0.35.0 → 0.36.1](python-jsonschema/check-jsonschema@0.35.0...0.36.1)
1 parent 53d6839 commit 2699eb6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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
@@ -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: 42.84.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.35.0
82+
rev: 0.36.1
8383
hooks:
8484
- id: check-github-workflows
8585
- id: check-dependabot

0 commit comments

Comments
 (0)