Skip to content

Commit d0413f8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.13.3](astral-sh/ruff-pre-commit@v0.13.0...v0.13.3) - [github.com/pre-commit/mirrors-mypy: v1.18.1 → v1.18.2](pre-commit/mirrors-mypy@v1.18.1...v1.18.2) - [github.com/scientific-python/cookie: 2025.05.02 → 2025.10.01](scientific-python/cookie@2025.05.02...2025.10.01)
1 parent bfd87c5 commit d0413f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ repos:
77
- id: debug-statements
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.13.0
10+
rev: v0.13.3
1111
hooks:
1212
- id: ruff-check
1313
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
1414
- id: ruff-format
1515

1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v1.18.1
17+
rev: v1.18.2
1818
hooks:
1919
- id: mypy
2020
args: [--strict]
@@ -28,7 +28,7 @@ repos:
2828
- rich
2929

3030
- repo: https://github.com/scientific-python/cookie
31-
rev: 2025.05.02
31+
rev: 2025.10.01
3232
hooks:
3333
- id: sp-repo-review
3434

0 commit comments

Comments
 (0)