Skip to content

Commit

Permalink
Merge branch 'main' into base-image-use
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 committed Feb 13, 2024
2 parents f2551a9 + b0ed1c7 commit 3c2a0fe
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 @@ -42,7 +42,7 @@ repos:
pass_filenames: false

- repo: https://github.com/golangci/golangci-lint
rev: v1.55.2
rev: v1.56.1
hooks:
- id: golangci-lint
args: [--new-from-patch=/tmp/diff.patch]
Expand All @@ -58,12 +58,12 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black

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

0 comments on commit 3c2a0fe

Please sign in to comment.