Skip to content

Commit db8466a

Browse files
authored
Merge pull request #631 from astropy/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 6d21149 + f29e351 commit db8466a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,18 @@ repos:
5555
# Enforce that all noqa annotations always occur with specific codes.
5656

5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: "v0.14.0"
58+
rev: "v0.14.3"
5959
hooks:
6060
- id: ruff-check
6161
args: ["--fix", "--show-fixes"]
6262

6363
- repo: https://github.com/scientific-python/cookie
64-
rev: 2025.10.01
64+
rev: 2025.10.20
6565
hooks:
6666
- id: sp-repo-review
6767

6868
- repo: https://github.com/pycqa/isort
69-
rev: 6.1.0
69+
rev: 7.0.0
7070
hooks:
7171
- id: isort
7272
name: isort (python)
@@ -105,12 +105,12 @@ repos:
105105
exclude: "extern/"
106106

107107
- repo: https://github.com/woodruffw/zizmor-pre-commit
108-
rev: v1.14.2
108+
rev: v1.16.2
109109
hooks:
110110
- id: zizmor
111111

112112
- repo: https://github.com/sphinx-contrib/sphinx-lint
113-
rev: v1.0.0
113+
rev: v1.0.1
114114
hooks:
115115
- id: sphinx-lint
116116
exclude: "(docs/_build/|regions/extern/)"

0 commit comments

Comments
 (0)