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.
2 parents 70f6942 + 20a4464 commit ad83282Copy full SHA for ad83282
.pre-commit-config.yaml
@@ -7,14 +7,14 @@ repos:
7
- id: debug-statements
8
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
- rev: v0.13.0
+ rev: v0.13.3
11
hooks:
12
- id: ruff-check
13
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
14
- id: ruff-format
15
16
- repo: https://github.com/pre-commit/mirrors-mypy
17
- rev: v1.18.1
+ rev: v1.18.2
18
19
- id: mypy
20
args: [--strict]
@@ -27,7 +27,7 @@ repos:
27
- rich
28
29
- repo: https://github.com/scientific-python/cookie
30
- rev: 2025.05.02
+ rev: 2025.10.01
31
32
- id: sp-repo-review
33
0 commit comments