Skip to content

Commit 05ab73e

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.11.6](astral-sh/ruff-pre-commit@v0.11.2...v0.11.6) - [github.com/python-jsonschema/check-jsonschema: 0.31.3 → 0.33.0](python-jsonschema/check-jsonschema@0.31.3...0.33.0)
1 parent 4315aef commit 05ab73e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
args: [--prose-wrap=always]
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.11.2
37+
rev: v0.11.6
3838
hooks:
3939
- id: ruff
4040
args: ["--fix", "--show-fixes"]
@@ -81,7 +81,7 @@ repos:
8181
exclude: .pre-commit-config.yaml
8282

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

0 commit comments

Comments
 (0)