Skip to content

Commit e897c57

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.11.8](astral-sh/ruff-pre-commit@v0.9.9...v0.11.8) - [github.com/scientific-python/cookie: 2025.01.22 → 2025.05.02](scientific-python/cookie@2025.01.22...2025.05.02)
1 parent 213863b commit e897c57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66
default_stages: [pre-commit, pre-push]
77
repos:
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.9.9
9+
rev: v0.11.8
1010
hooks:
1111
- id: ruff
1212
args: ["--fix", "--show-fixes"]
@@ -38,7 +38,7 @@ repos:
3838
# Tests
3939
- pytest
4040
- repo: https://github.com/scientific-python/cookie
41-
rev: 2025.01.22
41+
rev: 2025.05.02
4242
hooks:
4343
- id: sp-repo-review
4444
- repo: https://github.com/pre-commit/pygrep-hooks

0 commit comments

Comments
 (0)