Skip to content

Commit 51db88c

Browse files
chore(deps): update pre-commit hooks (#1050)
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.8 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.8...v0.12.11) - [github.com/pre-commit/mirrors-clang-format: v20.1.8 → v21.1.0](pre-commit/mirrors-clang-format@v20.1.8...v21.1.0) - [github.com/python-jsonschema/check-jsonschema: 0.33.2 → 0.33.3](python-jsonschema/check-jsonschema@0.33.2...0.33.3) - [github.com/henryiii/validate-pyproject-schema-store: 2025.08.07 → 2025.08.29](henryiii/validate-pyproject-schema-store@2025.08.07...2025.08.29) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4f33d2f commit 51db88c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
additional_dependencies: [black==25.*]
1212

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v5.0.0
14+
rev: v6.0.0
1515
hooks:
1616
- id: check-added-large-files
1717
- id: check-case-conflict
@@ -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.12.8"
39+
rev: "v0.12.11"
4040
hooks:
4141
- id: ruff-check
4242
args: ["--fix", "--show-fixes"]
@@ -65,7 +65,7 @@ repos:
6565
exclude: .pre-commit-config.yaml
6666

6767
- repo: https://github.com/pre-commit/mirrors-clang-format
68-
rev: v20.1.8
68+
rev: v21.1.0
6969
hooks:
7070
- id: clang-format
7171
types_or: [c++]
@@ -78,12 +78,12 @@ repos:
7878
- id: rst-inline-touching-normal
7979

8080
- repo: https://github.com/python-jsonschema/check-jsonschema
81-
rev: 0.33.2
81+
rev: 0.33.3
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.08.07
87+
rev: 2025.08.29
8888
hooks:
8989
- id: validate-pyproject

0 commit comments

Comments
 (0)