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 6df448f commit eb1b6e8Copy full SHA for eb1b6e8
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ ci:
6
default_stages: [pre-commit, pre-push]
7
repos:
8
- repo: https://github.com/astral-sh/ruff-pre-commit
9
- rev: v0.13.3
+ rev: v0.14.3
10
hooks:
11
- id: ruff-check
12
args: ["--fix", "--show-fixes"]
@@ -42,7 +42,7 @@ repos:
42
- hypothesis
43
- s3fs
44
- repo: https://github.com/scientific-python/cookie
45
- rev: 2025.10.01
+ rev: 2025.10.20
46
47
- id: sp-repo-review
48
- repo: https://github.com/pre-commit/pygrep-hooks
0 commit comments