Skip to content

Commit 689971b

Browse files
chore: update pre-commit hooks (#238)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.3](astral-sh/ruff-pre-commit@v0.13.3...v0.14.3) - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.34.1](python-jsonschema/check-jsonschema@0.34.0...0.34.1) - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.34.1](python-jsonschema/check-jsonschema@0.34.0...0.34.1) - [github.com/henryiii/validate-pyproject-schema-store: 2025.10.03 → 2025.11.02](henryiii/validate-pyproject-schema-store@2025.10.03...2025.11.02) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c307dc5 commit 689971b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
args: ["--pytest-test-first"]
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.13.3
33+
rev: v0.14.3
3434
hooks:
3535
- id: ruff
3636
args: ["--fix", "--show-fixes"]
@@ -44,7 +44,7 @@ repos:
4444
- tomli
4545

4646
- repo: https://github.com/python-jsonschema/check-jsonschema
47-
rev: 0.34.0
47+
rev: 0.34.1
4848
hooks:
4949
- id: check-github-workflows
5050
args: ["--verbose"]
@@ -66,13 +66,13 @@ repos:
6666
- id: rst-inline-touching-normal
6767

6868
- repo: https://github.com/python-jsonschema/check-jsonschema
69-
rev: 0.34.0
69+
rev: 0.34.1
7070
hooks:
7171
- id: check-readthedocs
7272
- id: check-dependabot
7373
- id: check-github-workflows
7474

7575
- repo: https://github.com/henryiii/validate-pyproject-schema-store
76-
rev: 2025.10.03
76+
rev: 2025.11.02
7777
hooks:
7878
- id: validate-pyproject

0 commit comments

Comments
 (0)