Skip to content

Commit cfb3416

Browse files
chore(deps): pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.30.0](python-jsonschema/check-jsonschema@0.29.4...0.30.0) - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.1](astral-sh/ruff-pre-commit@v0.7.2...v0.8.1)
1 parent b0c949a commit cfb3416

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
@@ -28,13 +28,13 @@ repos:
2828
- id: pyproject-fmt
2929

3030
- repo: https://github.com/python-jsonschema/check-jsonschema
31-
rev: 0.29.4
31+
rev: 0.30.0
3232
hooks:
3333
- id: check-dependabot
3434
- id: check-github-workflows
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.7.2
37+
rev: v0.8.1
3838
hooks:
3939
- id: ruff
4040
- id: ruff-format

0 commit comments

Comments
 (0)