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.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/renovatebot/pre-commit-hooks: 37.278.0 → 37.318.0](renovatebot/pre-commit-hooks@37.278.0...37.318.0)
- [github.com/python-jsonschema/check-jsonschema: 0.28.0 → 0.28.2](python-jsonschema/check-jsonschema@0.28.0...0.28.2)
  • Loading branch information
pre-commit-ci[bot] committed Apr 22, 2024
1 parent a32a00a commit fe757be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:
exclude: testdata/|generated|devcontainer\.json
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0 # Use the ref you want to point at
rev: v4.6.0 # Use the ref you want to point at
hooks:
- id: trailing-whitespace
- id: check-added-large-files
Expand Down Expand Up @@ -67,7 +67,7 @@ repos:
args:
["--allow-parallel-runners", "--go=1.17", "--config=.golangci.yml"]
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 37.278.0
rev: 37.318.0
hooks:
- id: renovate-config-validator
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
Expand All @@ -79,7 +79,7 @@ repos:
# hooks:
# - id: hadolint
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.28.2
hooks:
- id: check-github-workflows
- id: check-dependabot
Expand Down

0 comments on commit fe757be

Please sign in to comment.