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 41da986 commit 03395f1Copy full SHA for 03395f1
1 file changed
.pre-commit-config.yaml
@@ -30,7 +30,7 @@ repos:
30
31
## Check the pyproject.toml file
32
- repo: https://github.com/henryiii/validate-pyproject-schema-store
33
- rev: 2026.03.29
+ rev: 2026.04.03
34
hooks:
35
- id: validate-pyproject
36
priority: 0
@@ -56,14 +56,14 @@ repos:
56
57
## Check for spelling
58
- repo: https://github.com/adhtruong/mirrors-typos
59
- rev: v1.44.0
+ rev: v1.45.0
60
61
- id: typos
62
63
64
## Check best practices for scientific Python code
65
- repo: https://github.com/scientific-python/cookie
66
- rev: 2026.03.02
+ rev: 2026.04.04
67
68
- id: sp-repo-review
69
additional_dependencies: ["repo-review[cli]"]
0 commit comments