Skip to content

Commit 16fc939

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.9.7](astral-sh/ruff-pre-commit@v0.9.6...v0.9.7) - [github.com/sirosen/check-jsonschema: 0.31.1 → 0.31.2](python-jsonschema/check-jsonschema@0.31.1...0.31.2)
1 parent 9a14788 commit 16fc939

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
@@ -6,7 +6,7 @@ repos:
66
- id: check-merge-conflict
77
exclude: rst$
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.9.6
9+
rev: v0.9.7
1010
hooks:
1111
- id: ruff
1212
args: [--fix]
@@ -65,7 +65,7 @@ repos:
6565
- 'SC1004:'
6666
stages: [manual]
6767
- repo: https://github.com/sirosen/check-jsonschema
68-
rev: 0.31.1
68+
rev: 0.31.2
6969
hooks:
7070
- id: check-github-actions
7171
- repo: https://github.com/tox-dev/pyproject-fmt

0 commit comments

Comments
 (0)