Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#3289)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v3.2.0 → v3.2.2](asottile/pyupgrade@v3.2.0...v3.2.2)
- [github.com/python-jsonschema/check-jsonschema: 0.18.4 → 0.19.2](python-jsonschema/check-jsonschema@0.18.4...0.19.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Nov 22, 2022
1 parent 2db5b34 commit b0c7c2e
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:
- id: golangci-lint
args: [--new-from-patch=/tmp/diff.patch]
- repo: https://github.com/asottile/pyupgrade
rev: v3.2.0
rev: v3.2.2
hooks:
- id: pyupgrade
- repo: https://github.com/PyCQA/isort
Expand All @@ -55,7 +55,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.18.4
rev: 0.19.2
hooks:
- id: check-jsonschema
name: "Check Helm Chart JSON Schema"
Expand Down

0 comments on commit b0c7c2e

Please sign in to comment.