Skip to content

Commit

Permalink
[cherry-pick] [pre-commit.ci] pre-commit autoupdate (#6097)
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate (#6091)

updates:
- [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0)
- [github.com/python-jsonschema/check-jsonschema: 0.29.0 → 0.29.1](python-jsonschema/check-jsonschema@0.29.0...0.29.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
nginx-bot and pre-commit-ci[bot] authored Jul 30, 2024
1 parent 9eeecad commit db59463
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 @@ -50,7 +50,7 @@ repos:
args: [--new-from-patch=/tmp/diff.patch]

- repo: https:/asottile/pyupgrade
rev: v3.16.0
rev: v3.17.0
hooks:
- id: pyupgrade

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

- repo: https:/python-jsonschema/check-jsonschema
rev: 0.29.0
rev: 0.29.1
hooks:
- id: check-jsonschema
name: "Check Helm Chart JSON Schema"
Expand Down

0 comments on commit db59463

Please sign in to comment.