Skip to content

Commit 17e8dfa

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.13.2](astral-sh/ruff-pre-commit@v0.13.0...v0.13.2) - [github.com/python-jsonschema/check-jsonschema: 0.33.3 → 0.34.0](python-jsonschema/check-jsonschema@0.33.3...0.34.0)
1 parent f1ffacb commit 17e8dfa

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
@@ -33,7 +33,7 @@ repos:
3333
- id: rst-inline-touching-normal
3434

3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: "v0.13.0"
36+
rev: "v0.13.2"
3737
hooks:
3838
- id: ruff
3939
args: ["--fix", "--show-fixes"]
@@ -54,7 +54,7 @@ repos:
5454
additional_dependencies: ["validate-pyproject-schema-store[all]"]
5555

5656
- repo: https://github.com/python-jsonschema/check-jsonschema
57-
rev: "0.33.3"
57+
rev: "0.34.0"
5858
hooks:
5959
- id: check-dependabot
6060
- id: check-github-workflows

0 commit comments

Comments
 (0)