Skip to content

Commit fc4ea50

Browse files
chore(deps): update pre-commit hooks (#1260)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.4...v0.15.9) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.0](pre-commit/mirrors-mypy@v1.19.1...v1.20.0) - [github.com/henryiii/check-sdist: v1.3.2 → v1.4.0](henryiii/check-sdist@v1.3.2...v1.4.0) - [github.com/crate-ci/typos: v1.44.0 → v1](crate-ci/typos@v1.44.0...v1) - [github.com/henryiii/validate-pyproject-schema-store: 2026.03.02 → 2026.04.03](henryiii/validate-pyproject-schema-store@2026.03.02...2026.04.03) - [github.com/python-jsonschema/check-jsonschema: 0.37.0 → 0.37.1](python-jsonschema/check-jsonschema@0.37.0...0.37.1) - [github.com/scientific-python/cookie: 2026.03.02 → 2026.04.04](scientific-python/cookie@2026.03.02...2026.04.04) <!--pre-commit.ci end--> --------- Signed-off-by: Henry Schreiner <henryfs@princeton.edu> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <henryfs@princeton.edu>
1 parent 208a853 commit fc4ea50

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
exclude: "^tests"
2626

2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.15.4
28+
rev: v0.15.9
2929
hooks:
3030
- id: ruff-check
3131
args: ["--fix"]
@@ -59,7 +59,7 @@ repos:
5959
exclude: "^tests|src/scikit_build_core/resources/scikit-build.schema.json|^docs/projects.md"
6060

6161
- repo: https://github.com/pre-commit/mirrors-mypy
62-
rev: v1.19.1
62+
rev: v1.20.0
6363
hooks:
6464
- id: mypy
6565
exclude: |
@@ -91,7 +91,7 @@ repos:
9191
- types-setuptools>=80.9
9292

9393
- repo: https://github.com/henryiii/check-sdist
94-
rev: "v1.3.2"
94+
rev: "v1.4.0"
9595
hooks:
9696
- id: check-sdist
9797
args: [--inject-junk]
@@ -100,7 +100,7 @@ repos:
100100
- hatch-vcs
101101

102102
- repo: https://github.com/crate-ci/typos
103-
rev: v1.44.0
103+
rev: v1.45.0
104104
hooks:
105105
- id: typos
106106
args: []
@@ -133,12 +133,12 @@ repos:
133133
additional_dependencies: ["cogapp>=3.5"]
134134

135135
- repo: https://github.com/henryiii/validate-pyproject-schema-store
136-
rev: 2026.03.02
136+
rev: 2026.04.03
137137
hooks:
138138
- id: validate-pyproject
139139

140140
- repo: https://github.com/python-jsonschema/check-jsonschema
141-
rev: 0.37.0
141+
rev: 0.37.1
142142
hooks:
143143
- id: check-dependabot
144144
- id: check-github-workflows
@@ -152,6 +152,6 @@ repos:
152152
- id: validate-cff
153153

154154
- repo: https://github.com/scientific-python/cookie
155-
rev: 2026.03.02
155+
rev: 2026.04.04
156156
hooks:
157157
- id: sp-repo-review

0 commit comments

Comments
 (0)