Skip to content

Commit 9636e7b

Browse files
[pre-commit.ci] pre-commit autoupdate (#8423)
updates: - [github.com/PyCQA/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0) - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.34.1](python-jsonschema/check-jsonschema@0.34.0...0.34.1) - [github.com/rhysd/actionlint: v1.7.7 → v1.7.8](rhysd/actionlint@v1.7.7...v1.7.8) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4f3af60 commit 9636e7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ repos:
5555
- id: pyupgrade
5656

5757
- repo: https://github.com/PyCQA/isort
58-
rev: 6.1.0
58+
rev: 7.0.0
5959
hooks:
6060
- id: isort
6161

@@ -77,7 +77,7 @@ repos:
7777
]
7878

7979
- repo: https://github.com/python-jsonschema/check-jsonschema
80-
rev: 0.34.0
80+
rev: 0.34.1
8181
hooks:
8282
- id: check-jsonschema
8383
name: "Check Helm Chart JSON Schema"
@@ -91,7 +91,7 @@ repos:
9191
- id: markdownlint-cli2
9292

9393
- repo: https://github.com/rhysd/actionlint
94-
rev: v1.7.7
94+
rev: v1.7.8
9595
hooks:
9696
- id: actionlint
9797
name: Lint GitHub Actions workflow files

0 commit comments

Comments
 (0)