Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#4029)
Browse files Browse the repository at this point in the history
updates:
- [github.com/golangci/golangci-lint: v1.53.2 → v1.53.3](golangci/golangci-lint@v1.53.2...v1.53.3)
- [github.com/asottile/pyupgrade: v3.6.0 → v3.7.0](asottile/pyupgrade@v3.6.0...v3.7.0)
- [github.com/python-jsonschema/check-jsonschema: 0.23.1 → 0.23.2](python-jsonschema/check-jsonschema@0.23.1...0.23.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Jun 20, 2023
1 parent 7e38416 commit 4e8c7be
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 @@ -40,12 +40,12 @@ repos:
types: [go]
pass_filenames: false
- repo: https://github.com/golangci/golangci-lint
rev: v1.53.2
rev: v1.53.3
hooks:
- id: golangci-lint
args: [--new-from-patch=/tmp/diff.patch]
- repo: https://github.com/asottile/pyupgrade
rev: v3.6.0
rev: v3.7.0
hooks:
- id: pyupgrade
- repo: https://github.com/PyCQA/isort
Expand All @@ -57,7 +57,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.1
rev: 0.23.2
hooks:
- id: check-jsonschema
name: "Check Helm Chart JSON Schema"
Expand Down

0 comments on commit 4e8c7be

Please sign in to comment.