Skip to content

Commit 0e55eb1

Browse files
chore(deps): update pre-commit hooks (#1056)
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/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 2dfa11e commit 0e55eb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repos:
3636
types_or: [yaml, markdown, html, css, scss, javascript, json]
3737

3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: "v0.13.3"
39+
rev: "v0.14.3"
4040
hooks:
4141
- id: ruff-check
4242
args: ["--fix", "--show-fixes"]
@@ -78,12 +78,12 @@ repos:
7878
- id: rst-inline-touching-normal
7979

8080
- repo: https://github.com/python-jsonschema/check-jsonschema
81-
rev: 0.34.0
81+
rev: 0.34.1
8282
hooks:
8383
- id: check-readthedocs
8484
- id: check-github-workflows
8585

8686
- repo: https://github.com/henryiii/validate-pyproject-schema-store
87-
rev: 2025.10.03
87+
rev: 2025.11.02
8888
hooks:
8989
- id: validate-pyproject

0 commit comments

Comments
 (0)