We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7631d10 commit d401e5dCopy full SHA for d401e5d
.pre-commit-config.yaml
@@ -12,12 +12,12 @@ repos:
12
exclude: ".*(data.*|extern.*|licenses.*|.*.fits)$"
13
14
- repo: https://github.com/psf/black-pre-commit-mirror
15
- rev: 23.11.0
+ rev: 23.12.1
16
hooks:
17
- id: black
18
19
- repo: https://github.com/scientific-python/cookie
20
- rev: 2023.11.17
+ rev: 2023.12.21
21
22
- id: sp-repo-review
23
@@ -30,7 +30,7 @@ repos:
30
- tomli
31
32
- repo: https://github.com/astral-sh/ruff-pre-commit
33
- rev: "v0.1.7"
+ rev: "v0.1.14"
34
35
- id: ruff
36
args: ["--fix", "--show-fixes"]
0 commit comments