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 b543298 commit 40dc7d8Copy full SHA for 40dc7d8
.pre-commit-config.yaml
@@ -7,26 +7,26 @@ ci:
7
default_stages: [pre-commit, pre-push]
8
repos:
9
- repo: https://github.com/pre-commit/pre-commit-hooks
10
- rev: v5.0.0
+ rev: v6.0.0
11
hooks:
12
- id: trailing-whitespace
13
- id: check-yaml
14
- id: debug-statements
15
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: v0.11.12
+ rev: v0.13.3
18
19
- id: ruff
20
args: ["--fix", "--show-fixes"]
21
- id: ruff-format
22
23
- repo: https://github.com/scientific-python/cookie
24
- rev: 2025.05.02
+ rev: 2025.10.01
25
26
- id: sp-repo-review
27
28
- repo: https://github.com/pre-commit/mirrors-mypy
29
- rev: v1.16.0
+ rev: v1.18.2
30
31
- id: mypy
32
args: [--config-file, pyproject.toml]
0 commit comments