We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137a673 commit 7273323Copy full SHA for 7273323
.pre-commit-config.yaml
@@ -12,25 +12,25 @@ repos:
12
exclude: ".*(data.*|extern.*|licenses.*|.*.fits)$"
13
14
- repo: https://github.com/psf/black-pre-commit-mirror
15
- rev: 24.10.0
+ rev: 25.1.0
16
hooks:
17
- id: black
18
19
- repo: https://github.com/scientific-python/cookie
20
- rev: 2024.08.19
+ rev: 2025.01.22
21
22
- id: sp-repo-review
23
24
- repo: https://github.com/codespell-project/codespell
25
- rev: v2.3.0
+ rev: v2.4.1
26
27
- id: codespell
28
args: ["--write-changes"]
29
additional_dependencies:
30
- tomli
31
32
- repo: https://github.com/astral-sh/ruff-pre-commit
33
- rev: "v0.8.0"
+ rev: "v0.9.9"
34
35
- id: ruff
36
args: ["--fix", "--show-fixes"]
0 commit comments