Skip to content

Commit 0303b1e

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.11.8](astral-sh/ruff-pre-commit@v0.11.4...v0.11.8) - [github.com/python-jsonschema/check-jsonschema: 0.32.1 → 0.33.0](python-jsonschema/check-jsonschema@0.32.1...0.33.0)
1 parent 34ad851 commit 0303b1e

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
args: [--prose-wrap=preserve]
5151

5252
- repo: https://github.com/astral-sh/ruff-pre-commit
53-
rev: "v0.11.4"
53+
rev: "v0.11.8"
5454
hooks:
5555
- id: ruff
5656
args: ["--fix", "--show-fixes"]
@@ -81,7 +81,7 @@ repos:
8181
- id: validate-pyproject
8282

8383
- repo: https://github.com/python-jsonschema/check-jsonschema
84-
rev: 0.32.1
84+
rev: 0.33.0
8585
hooks:
8686
- id: check-dependabot
8787
- id: check-github-workflows

0 commit comments

Comments
 (0)