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 8322a76 commit ad51ea4Copy full SHA for ad51ea4
.pre-commit-config.yaml
@@ -22,7 +22,7 @@ repos:
22
- id: trailing-whitespace
23
24
- repo: https://github.com/python-jsonschema/check-jsonschema
25
- rev: 0.32.1
+ rev: 0.33.0
26
hooks:
27
- id: check-github-workflows
28
@@ -74,7 +74,7 @@ repos:
74
- id: rst-inline-touching-normal
75
76
- repo: https://github.com/astral-sh/ruff-pre-commit
77
- rev: v0.11.4
+ rev: v0.11.10
78
79
- id: ruff
80
types_or: [python, jupyter]
@@ -83,7 +83,7 @@ repos:
83
84
85
- repo: https://github.com/scientific-python/cookie
86
- rev: "2025.01.22"
+ rev: "2025.05.02"
87
88
- id: sp-repo-review
89
additional_dependencies: ["repo-review[cli]"]
0 commit comments