Skip to content

Commit ac7a27f

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.14.2](astral-sh/ruff-pre-commit@v0.13.2...v0.14.2) - [github.com/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/scientific-python/cookie: 2025.05.02 → 2025.10.20](scientific-python/cookie@2025.05.02...2025.10.20)
1 parent 7d3fbed commit ac7a27f

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
@@ -38,7 +38,7 @@ repos:
3838

3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: "v0.13.2"
41+
rev: "v0.14.2"
4242
hooks:
4343
- id: ruff
4444
types: [file, python]
@@ -56,7 +56,7 @@ repos:
5656

5757

5858
- repo: https://github.com/pycqa/isort
59-
rev: '6.0.1'
59+
rev: '7.0.0'
6060
hooks:
6161
- id: isort
6262
name: isort (cython)
@@ -82,7 +82,7 @@ repos:
8282
- id: validate-pyproject
8383

8484
- repo: https://github.com/scientific-python/cookie
85-
rev: 2025.05.02
85+
rev: 2025.10.20
8686
hooks:
8787
- id: sp-repo-review
8888
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)