We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b311e commit 31aa591Copy full SHA for 31aa591
.pre-commit-config.yaml
@@ -115,7 +115,7 @@ repos:
115
116
# Check for spelling
117
- repo: https://github.com/crate-ci/typos
118
- rev: v1.37.2
+ rev: v1.37.3
119
hooks:
120
- id: typos
121
@@ -130,7 +130,7 @@ repos:
130
131
# Check best practices for scientific Python code
132
- repo: https://github.com/scientific-python/cookie
133
- rev: 2025.05.02
+ rev: 2025.10.01
134
135
- id: sp-repo-review
136
additional_dependencies: ["repo-review[cli]"]
@@ -145,7 +145,7 @@ repos:
145
146
# Check the pyproject.toml file
147
- repo: https://github.com/henryiii/validate-pyproject-schema-store
148
- rev: 2025.09.12
+ rev: 2025.10.03
149
150
- id: validate-pyproject
151
0 commit comments