diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b398e63e1..a97c04a65 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.15.4 + rev: v0.15.9 hooks: - id: ruff-check args: ["--fix"] @@ -59,7 +59,7 @@ repos: exclude: "^tests|src/scikit_build_core/resources/scikit-build.schema.json|^docs/projects.md" - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.1 + rev: v1.20.0 hooks: - id: mypy exclude: | @@ -91,7 +91,7 @@ repos: - types-setuptools>=80.9 - repo: https://github.com/henryiii/check-sdist - rev: "v1.3.2" + rev: "v1.4.0" hooks: - id: check-sdist args: [--inject-junk] @@ -100,7 +100,7 @@ repos: - hatch-vcs - repo: https://github.com/crate-ci/typos - rev: v1.44.0 + rev: v1.45.0 hooks: - id: typos args: [] @@ -133,12 +133,12 @@ repos: additional_dependencies: ["cogapp>=3.5"] - repo: https://github.com/henryiii/validate-pyproject-schema-store - rev: 2026.03.02 + rev: 2026.04.03 hooks: - id: validate-pyproject - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.0 + rev: 0.37.1 hooks: - id: check-dependabot - id: check-github-workflows @@ -152,6 +152,6 @@ repos: - id: validate-cff - repo: https://github.com/scientific-python/cookie - rev: 2026.03.02 + rev: 2026.04.04 hooks: - id: sp-repo-review