Skip to content

Commit d63e855

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.9.2](astral-sh/ruff-pre-commit@v0.8.4...v0.9.2) - [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.31.0](python-jsonschema/check-jsonschema@0.30.0...0.31.0)
1 parent 77b4f48 commit d63e855

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
@@ -50,7 +50,7 @@ repos:
5050
- id: rst-inline-touching-normal
5151

5252
- repo: https://github.com/astral-sh/ruff-pre-commit
53-
rev: "v0.8.4"
53+
rev: "v0.9.2"
5454
hooks:
5555
- id: ruff
5656
args: ["--fix", "--show-fixes"]
@@ -76,7 +76,7 @@ repos:
7676
args: ["-L", "precessing"]
7777

7878
- repo: https://github.com/python-jsonschema/check-jsonschema
79-
rev: "0.30.0"
79+
rev: "0.31.0"
8080
hooks:
8181
- id: check-dependabot
8282
- id: check-github-workflows

0 commit comments

Comments
 (0)