Skip to content

Commit 7c52dbc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.28.4 → 0.29.0](python-jsonschema/check-jsonschema@0.28.4...0.29.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.5.4](astral-sh/ruff-pre-commit@v0.4.7...v0.5.4)
1 parent 2b3b2d3 commit 7c52dbc

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
@@ -23,7 +23,7 @@ repos:
2323
- id: trailing-whitespace
2424
name: Trailing whitespace
2525
- repo: https://github.com/python-jsonschema/check-jsonschema
26-
rev: 0.28.4
26+
rev: 0.29.0
2727
hooks:
2828
- id: check-github-actions
2929
name: Validate GitHub Actions
@@ -36,7 +36,7 @@ repos:
3636
additional_dependencies:
3737
- tomli
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.4.7
39+
rev: v0.5.4
4040
hooks:
4141
- id: ruff
4242
name: Ruff Linter

0 commit comments

Comments
 (0)