Skip to content

Commit 31aa591

Browse files
⬆️🪝 update pre-commit hooks
updates: - [github.com/crate-ci/typos: v1.37.2 → v1.37.3](crate-ci/typos@v1.37.2...v1.37.3) - [github.com/scientific-python/cookie: 2025.05.02 → 2025.10.01](scientific-python/cookie@2025.05.02...2025.10.01) - [github.com/henryiii/validate-pyproject-schema-store: 2025.09.12 → 2025.10.03](henryiii/validate-pyproject-schema-store@2025.09.12...2025.10.03)
1 parent 21b311e commit 31aa591

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ repos:
115115

116116
# Check for spelling
117117
- repo: https://github.com/crate-ci/typos
118-
rev: v1.37.2
118+
rev: v1.37.3
119119
hooks:
120120
- id: typos
121121

@@ -130,7 +130,7 @@ repos:
130130

131131
# Check best practices for scientific Python code
132132
- repo: https://github.com/scientific-python/cookie
133-
rev: 2025.05.02
133+
rev: 2025.10.01
134134
hooks:
135135
- id: sp-repo-review
136136
additional_dependencies: ["repo-review[cli]"]
@@ -145,7 +145,7 @@ repos:
145145

146146
# Check the pyproject.toml file
147147
- repo: https://github.com/henryiii/validate-pyproject-schema-store
148-
rev: 2025.09.12
148+
rev: 2025.10.03
149149
hooks:
150150
- id: validate-pyproject
151151

0 commit comments

Comments
 (0)