Skip to content

Commit d13c06f

Browse files
pre-commit-ci[bot]lucacome
authored andcommitted
[pre-commit.ci] pre-commit autoupdate (#3506)
updates: - [github.com/PyCQA/isort: 5.11.4 → 5.12.0](PyCQA/isort@5.11.4...5.12.0) - [github.com/python-jsonschema/check-jsonschema: 0.20.0 → 0.21.0](python-jsonschema/check-jsonschema@0.20.0...0.21.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> (cherry picked from commit ad4cdf7)
1 parent 407181e commit d13c06f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ repos:
4747
hooks:
4848
- id: pyupgrade
4949
- repo: https://github.com/PyCQA/isort
50-
rev: 5.11.4
50+
rev: 5.12.0
5151
hooks:
5252
- id: isort
5353
- repo: https://github.com/psf/black
5454
rev: 22.12.0
5555
hooks:
5656
- id: black
5757
- repo: https://github.com/python-jsonschema/check-jsonschema
58-
rev: 0.20.0
58+
rev: 0.21.0
5959
hooks:
6060
- id: check-jsonschema
6161
name: "Check Helm Chart JSON Schema"

0 commit comments

Comments
 (0)