diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d9a96944..6dc59ace 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.9 + rev: v0.15.12 hooks: - id: ruff-check args: ["--fix"] @@ -51,7 +51,7 @@ repos: exclude: ^src/scikit_build_core/resources/find_python - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.8.1" + rev: "v3.8.3" hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json] @@ -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.20.0 + rev: v1.20.2 hooks: - id: mypy exclude: | @@ -100,7 +100,7 @@ repos: - hatch-vcs - repo: https://github.com/crate-ci/typos - rev: v1.45.0 + rev: v1.46.0 hooks: - id: typos args: [] @@ -133,7 +133,7 @@ repos: additional_dependencies: ["cogapp>=3.5"] - repo: https://github.com/henryiii/validate-pyproject-schema-store - rev: 2026.04.03 + rev: 2026.04.26 hooks: - id: validate-pyproject