Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
exclude: "^tests"

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.3
rev: v0.14.7
hooks:
- id: ruff-check
args: ["--fix", "--show-fixes"]
Expand All @@ -51,15 +51,15 @@ repos:
exclude: ^src/scikit_build_core/resources/find_python

- repo: https://github.com/rbubley/mirrors-prettier
rev: "v3.6.2"
rev: "v3.7.3"
hooks:
- id: prettier
types_or: [yaml, markdown, html, css, scss, javascript, json]
args: [--prose-wrap=always]
exclude: "^tests|src/scikit_build_core/resources/scikit-build.schema.json|^docs/projects.md"

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.18.2
rev: v1.19.0
hooks:
- id: mypy
exclude: |
Expand Down Expand Up @@ -90,7 +90,7 @@ repos:
- types-setuptools>=70.1

- repo: https://github.com/henryiii/check-sdist
rev: "v1.2.0"
rev: "v1.3.0"
hooks:
- id: check-sdist
args: [--inject-junk]
Expand Down Expand Up @@ -131,12 +131,12 @@ repos:
additional_dependencies: ["cogapp>=3.5"]

- repo: https://github.com/henryiii/validate-pyproject-schema-store
rev: 2025.11.02
rev: 2025.11.21
hooks:
- id: validate-pyproject

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.34.1
rev: 0.35.0
hooks:
- id: check-dependabot
- id: check-github-workflows
Expand All @@ -150,6 +150,6 @@ repos:
- id: validate-cff

- repo: https://github.com/scientific-python/cookie
rev: 2025.11.10
rev: 2025.11.21
hooks:
- id: sp-repo-review
Loading