From ea2b3093a935aa3699cb5ab785bf0335744f111e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 01:20:11 +0000 Subject: [PATCH 1/2] chore(deps): update pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.1...v0.9.4) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.1) - [github.com/henryiii/validate-pyproject-schema-store: 2025.01.10 → 2025.02.03](https://github.com/henryiii/validate-pyproject-schema-store/compare/2025.01.10...2025.02.03) - [github.com/python-jsonschema/check-jsonschema: 0.31.0 → 0.31.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.31.0...0.31.1) - [github.com/scientific-python/cookie: 2024.08.19 → 2025.01.22](https://github.com/scientific-python/cookie/compare/2024.08.19...2025.01.22) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 48faea143..8ff379160 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: exclude: "^tests" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.1 + rev: v0.9.4 hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -100,7 +100,7 @@ repos: - hatch-vcs - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell exclude: ^(LICENSE$|src/scikit_build_core/resources/find_python|tests/test_skbuild_settings.py$) @@ -130,12 +130,12 @@ repos: additional_dependencies: [cogapp] - repo: https://github.com/henryiii/validate-pyproject-schema-store - rev: 2025.01.10 + rev: 2025.02.03 hooks: - id: validate-pyproject - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.31.0 + rev: 0.31.1 hooks: - id: check-dependabot - id: check-github-workflows @@ -149,6 +149,6 @@ repos: - id: validate-cff - repo: https://github.com/scientific-python/cookie - rev: 2024.08.19 + rev: 2025.01.22 hooks: - id: sp-repo-review From 8f895eb9d32e3f05e48dddbcf4eff98889471f34 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 4 Feb 2025 00:32:22 -0500 Subject: [PATCH 2/2] Update overrides.md --- docs/overrides.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overrides.md b/docs/overrides.md index 7dbd62549..5ea869f20 100644 --- a/docs/overrides.md +++ b/docs/overrides.md @@ -197,7 +197,7 @@ wheel.cmake = true ### `failed` (bool) This override is a bit special. If a build fails, scikit-build-core will check -to see if there'a a matching `failed = true` override. If there is, the the +to see if there's a matching `failed = true` override. If there is, the the build will be retried once with the new settings. This can be used to build a pure-Python fallback if a build fails, for example: