Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#5539)
Browse files Browse the repository at this point in the history
updates:
- [github.com/golangci/golangci-lint: v1.58.0 → v1.58.1](golangci/golangci-lint@v1.58.0...v1.58.1)
- [github.com/python-jsonschema/check-jsonschema: 0.28.2 → 0.28.3](python-jsonschema/check-jsonschema@0.28.2...0.28.3)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jakub Jarosz <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and jjngx authored May 15, 2024
1 parent 655a7d0 commit 589d65a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ repos:
pass_filenames: false

- repo: https://github.com/golangci/golangci-lint
rev: v1.58.0
rev: v1.58.1
hooks:
- id: golangci-lint
args: [--new-from-patch=/tmp/diff.patch]
Expand All @@ -64,7 +64,7 @@ repos:
- id: black

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.2
rev: 0.28.3
hooks:
- id: check-jsonschema
name: "Check Helm Chart JSON Schema"
Expand Down

0 comments on commit 589d65a

Please sign in to comment.