Skip to content

Commit b953de9

Browse files
chore(deps): update pre-commit hooks (#981)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.1...v0.9.4) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/henryiii/validate-pyproject-schema-store: 2025.01.10 → 2025.02.03](henryiii/validate-pyproject-schema-store@2025.01.10...2025.02.03) - [github.com/python-jsonschema/check-jsonschema: 0.31.0 → 0.31.1](python-jsonschema/check-jsonschema@0.31.0...0.31.1) - [github.com/scientific-python/cookie: 2024.08.19 → 2025.01.22](scientific-python/cookie@2024.08.19...2025.01.22) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
1 parent 80965e5 commit b953de9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.9.1
28+
rev: v0.9.4
2929
hooks:
3030
- id: ruff
3131
args: ["--fix", "--show-fixes"]
@@ -100,7 +100,7 @@ repos:
100100
- hatch-vcs
101101

102102
- repo: https://github.com/codespell-project/codespell
103-
rev: v2.3.0
103+
rev: v2.4.1
104104
hooks:
105105
- id: codespell
106106
exclude: ^(LICENSE$|src/scikit_build_core/resources/find_python|tests/test_skbuild_settings.py$)
@@ -130,12 +130,12 @@ repos:
130130
additional_dependencies: [cogapp]
131131

132132
- repo: https://github.com/henryiii/validate-pyproject-schema-store
133-
rev: 2025.01.10
133+
rev: 2025.02.03
134134
hooks:
135135
- id: validate-pyproject
136136

137137
- repo: https://github.com/python-jsonschema/check-jsonschema
138-
rev: 0.31.0
138+
rev: 0.31.1
139139
hooks:
140140
- id: check-dependabot
141141
- id: check-github-workflows
@@ -149,6 +149,6 @@ repos:
149149
- id: validate-cff
150150

151151
- repo: https://github.com/scientific-python/cookie
152-
rev: 2024.08.19
152+
rev: 2025.01.22
153153
hooks:
154154
- id: sp-repo-review

docs/overrides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ wheel.cmake = true
197197
### `failed` (bool)
198198

199199
This override is a bit special. If a build fails, scikit-build-core will check
200-
to see if there'a a matching `failed = true` override. If there is, the the
200+
to see if there's a matching `failed = true` override. If there is, the the
201201
build will be retried once with the new settings. This can be used to build a
202202
pure-Python fallback if a build fails, for example:
203203

0 commit comments

Comments
 (0)