Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions-9fcd99d691
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexFenlon authored Jun 11, 2024
2 parents a8daec4 + 15f4e22 commit d6c2e53
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 @@ -43,13 +43,13 @@ repos:
pass_filenames: false

- repo: https://github.com/golangci/golangci-lint
rev: v1.59.0
rev: v1.59.1
hooks:
- id: golangci-lint
args: [--new-from-patch=/tmp/diff.patch]

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade

Expand All @@ -64,7 +64,7 @@ repos:
- id: black

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

0 comments on commit d6c2e53

Please sign in to comment.