Skip to content

Commit 39bc2f4

Browse files
chore(deps): pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.31.1](python-jsonschema/check-jsonschema@0.30.0...0.31.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.4](astral-sh/ruff-pre-commit@v0.8.6...v0.9.4)
1 parent f90b018 commit 39bc2f4

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
@@ -21,15 +21,15 @@ repos:
2121
- id: check-added-large-files
2222

2323
- repo: https://github.com/python-jsonschema/check-jsonschema
24-
rev: 0.30.0
24+
rev: 0.31.1
2525
hooks:
2626
- id: check-dependabot
2727
- id: check-github-workflows
2828
- id: check-readthedocs
2929

3030
- repo: https://github.com/astral-sh/ruff-pre-commit
3131
# Ruff version.
32-
rev: v0.8.6
32+
rev: v0.9.4
3333
hooks:
3434
- id: ruff
3535
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)