Skip to content

Commit 24e7c2a

Browse files
chore(deps): update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.3...v0.14.7) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.7.3](rbubley/mirrors-prettier@v3.6.2...v3.7.3) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0) - [github.com/henryiii/check-sdist: v1.2.0 → v1.3.0](henryiii/check-sdist@v1.2.0...v1.3.0) - [github.com/henryiii/validate-pyproject-schema-store: 2025.11.02 → 2025.11.21](henryiii/validate-pyproject-schema-store@2025.11.02...2025.11.21) - [github.com/python-jsonschema/check-jsonschema: 0.34.1 → 0.35.0](python-jsonschema/check-jsonschema@0.34.1...0.35.0) - [github.com/scientific-python/cookie: 2025.11.10 → 2025.11.21](scientific-python/cookie@2025.11.10...2025.11.21)
1 parent 10de684 commit 24e7c2a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
exclude: "^tests"
2626

2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.14.3
28+
rev: v0.14.7
2929
hooks:
3030
- id: ruff-check
3131
args: ["--fix", "--show-fixes"]
@@ -51,15 +51,15 @@ repos:
5151
exclude: ^src/scikit_build_core/resources/find_python
5252

5353
- repo: https://github.com/rbubley/mirrors-prettier
54-
rev: "v3.6.2"
54+
rev: "v3.7.3"
5555
hooks:
5656
- id: prettier
5757
types_or: [yaml, markdown, html, css, scss, javascript, json]
5858
args: [--prose-wrap=always]
5959
exclude: "^tests|src/scikit_build_core/resources/scikit-build.schema.json|^docs/projects.md"
6060

6161
- repo: https://github.com/pre-commit/mirrors-mypy
62-
rev: v1.18.2
62+
rev: v1.19.0
6363
hooks:
6464
- id: mypy
6565
exclude: |
@@ -90,7 +90,7 @@ repos:
9090
- types-setuptools>=70.1
9191

9292
- repo: https://github.com/henryiii/check-sdist
93-
rev: "v1.2.0"
93+
rev: "v1.3.0"
9494
hooks:
9595
- id: check-sdist
9696
args: [--inject-junk]
@@ -131,12 +131,12 @@ repos:
131131
additional_dependencies: ["cogapp>=3.5"]
132132

133133
- repo: https://github.com/henryiii/validate-pyproject-schema-store
134-
rev: 2025.11.02
134+
rev: 2025.11.21
135135
hooks:
136136
- id: validate-pyproject
137137

138138
- repo: https://github.com/python-jsonschema/check-jsonschema
139-
rev: 0.34.1
139+
rev: 0.35.0
140140
hooks:
141141
- id: check-dependabot
142142
- id: check-github-workflows
@@ -150,6 +150,6 @@ repos:
150150
- id: validate-cff
151151

152152
- repo: https://github.com/scientific-python/cookie
153-
rev: 2025.11.10
153+
rev: 2025.11.21
154154
hooks:
155155
- id: sp-repo-review

0 commit comments

Comments
 (0)