File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ wheel.cmake = true
197197### ` failed ` (bool)
198198
199199This 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
201201build will be retried once with the new settings. This can be used to build a
202202pure-Python fallback if a build fails, for example:
203203
You can’t perform that action at this time.
0 commit comments