Skip to content

Commit 1dec360

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.14.9](astral-sh/ruff-pre-commit@v0.14.8...v0.14.9) - [github.com/python-jsonschema/check-jsonschema: 0.35.0 → 0.36.0](python-jsonschema/check-jsonschema@0.35.0...0.36.0)
1 parent 26df377 commit 1dec360

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
@@ -25,7 +25,7 @@ repos:
2525
hooks:
2626
- id: black
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.14.8
28+
rev: v0.14.9
2929
hooks:
3030
- id: ruff
3131
args:
@@ -37,7 +37,7 @@ repos:
3737
- id: isort
3838
args: ['--profile', 'black']
3939
- repo: https://github.com/python-jsonschema/check-jsonschema
40-
rev: 0.35.0
40+
rev: 0.36.0
4141
hooks:
4242
- id: check-github-workflows
4343
- repo: meta

0 commit comments

Comments
 (0)