Skip to content

Commit e51ce5a

Browse files
pre-commit: bump repositories
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.11.9 → v0.12.8](astral-sh/ruff-pre-commit@v0.11.9...v0.12.8) - [github.com/rbubley/mirrors-prettier: v3.5.3 → v3.6.2](rbubley/mirrors-prettier@v3.5.3...v3.6.2) - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1) - [github.com/henryiii/validate-pyproject-schema-store: 2025.05.12 → 2025.08.07](henryiii/validate-pyproject-schema-store@2025.05.12...2025.08.07) - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.33.2](python-jsonschema/check-jsonschema@0.33.0...0.33.2)
1 parent f01afa7 commit e51ce5a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ exclude: ^tests/packages/broken_license/LICENSE$
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v5.0.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: check-ast
1212
- id: check-builtin-literals
@@ -19,7 +19,7 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: "v0.11.9"
22+
rev: "v0.12.8"
2323
hooks:
2424
- id: ruff
2525
args: ["--fix", "--show-fixes"]
@@ -39,7 +39,7 @@ repos:
3939
additional_dependencies: [black==24.*]
4040

4141
- repo: https://github.com/rbubley/mirrors-prettier
42-
rev: "v3.5.3"
42+
rev: "v3.6.2"
4343
hooks:
4444
- id: prettier
4545
types_or: [yaml, markdown, html, css, scss, javascript, json]
@@ -60,17 +60,17 @@ repos:
6060
exclude: ^(LICENSE$|src/scikit_build_core/resources/find_python|tests/test_skbuild_settings.py$)
6161

6262
- repo: https://github.com/shellcheck-py/shellcheck-py
63-
rev: v0.10.0.1
63+
rev: v0.11.0.1
6464
hooks:
6565
- id: shellcheck
6666

6767
- repo: https://github.com/henryiii/validate-pyproject-schema-store
68-
rev: 2025.05.12
68+
rev: 2025.08.07
6969
hooks:
7070
- id: validate-pyproject
7171

7272
- repo: https://github.com/python-jsonschema/check-jsonschema
73-
rev: 0.33.0
73+
rev: 0.33.2
7474
hooks:
7575
- id: check-dependabot
7676
- id: check-github-workflows

0 commit comments

Comments
 (0)