Skip to content

Commit e81da54

Browse files
chore: update pre-commit hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.6 → v0.15.9](astral-sh/ruff-pre-commit@v0.14.6...v0.15.9) - [github.com/scientific-python/cookie: 2025.05.02 → 2026.04.04](scientific-python/cookie@2025.05.02...2026.04.04) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.20.0](pre-commit/mirrors-mypy@v1.16.0...v1.20.0)
1 parent e46dfcf commit e81da54

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,26 @@ ci:
77
default_stages: [pre-commit, pre-push]
88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: trailing-whitespace
1313
- id: check-yaml
1414
- id: debug-statements
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.14.6
17+
rev: v0.15.9
1818
hooks:
1919
- id: ruff-check
2020
args: ["--fix", "--show-fixes"]
2121
- id: ruff-format
2222

2323
- repo: https://github.com/scientific-python/cookie
24-
rev: 2025.05.02
24+
rev: 2026.04.04
2525
hooks:
2626
- id: sp-repo-review
2727

2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.16.0
29+
rev: v1.20.0
3030
hooks:
3131
- id: mypy
3232
args: [--config-file, pyproject.toml]

0 commit comments

Comments
 (0)