Skip to content

Commit 0f86c86

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.28.6 → 0.29.2](python-jsonschema/check-jsonschema@0.28.6...0.29.2) - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/charliermarsh/ruff-pre-commit: v0.4.10 → v0.6.7](astral-sh/ruff-pre-commit@v0.4.10...v0.6.7)
1 parent 4d23de7 commit 0f86c86

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
@@ -41,7 +41,7 @@ repos:
4141
- id: "shellcheck"
4242

4343
- repo: "https://github.com/python-jsonschema/check-jsonschema"
44-
rev: "0.28.6"
44+
rev: "0.29.2"
4545
hooks:
4646
- id: "check-github-workflows"
4747
- id: "check-readthedocs"
@@ -54,13 +54,13 @@ repos:
5454
- "--py38-plus"
5555

5656
- repo: "https://github.com/psf/black"
57-
rev: "24.4.2"
57+
rev: "24.8.0"
5858
hooks:
5959
- id: "black"
6060

6161
- repo: "https://github.com/charliermarsh/ruff-pre-commit"
6262
# Ruff version.
63-
rev: 'v0.4.10'
63+
rev: 'v0.6.7'
6464
hooks:
6565
- id: "ruff"
6666

0 commit comments

Comments
 (0)