Skip to content

Commit ea2b309

Browse files
chore(deps): update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.1...v0.9.4) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/henryiii/validate-pyproject-schema-store: 2025.01.10 → 2025.02.03](henryiii/validate-pyproject-schema-store@2025.01.10...2025.02.03) - [github.com/python-jsonschema/check-jsonschema: 0.31.0 → 0.31.1](python-jsonschema/check-jsonschema@0.31.0...0.31.1) - [github.com/scientific-python/cookie: 2024.08.19 → 2025.01.22](scientific-python/cookie@2024.08.19...2025.01.22)
1 parent 80965e5 commit ea2b309

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.9.1
28+
rev: v0.9.4
2929
hooks:
3030
- id: ruff
3131
args: ["--fix", "--show-fixes"]
@@ -100,7 +100,7 @@ repos:
100100
- hatch-vcs
101101

102102
- repo: https://github.com/codespell-project/codespell
103-
rev: v2.3.0
103+
rev: v2.4.1
104104
hooks:
105105
- id: codespell
106106
exclude: ^(LICENSE$|src/scikit_build_core/resources/find_python|tests/test_skbuild_settings.py$)
@@ -130,12 +130,12 @@ repos:
130130
additional_dependencies: [cogapp]
131131

132132
- repo: https://github.com/henryiii/validate-pyproject-schema-store
133-
rev: 2025.01.10
133+
rev: 2025.02.03
134134
hooks:
135135
- id: validate-pyproject
136136

137137
- repo: https://github.com/python-jsonschema/check-jsonschema
138-
rev: 0.31.0
138+
rev: 0.31.1
139139
hooks:
140140
- id: check-dependabot
141141
- id: check-github-workflows
@@ -149,6 +149,6 @@ repos:
149149
- id: validate-cff
150150

151151
- repo: https://github.com/scientific-python/cookie
152-
rev: 2024.08.19
152+
rev: 2025.01.22
153153
hooks:
154154
- id: sp-repo-review

0 commit comments

Comments
 (0)