We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 399827a + 3d84a43 commit 333264aCopy full SHA for 333264a
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
- mdformat-black
24
- mdformat-myst
25
- repo: https://github.com/executablebooks/mdformat
26
- rev: 0.7.19
+ rev: 0.7.21
27
hooks:
28
- id: mdformat
29
# Optionally add plugins
@@ -60,7 +60,7 @@ repos:
60
- id: rst-inline-touching-normal # Detect mistake of inline code touching normal text in rst.
61
- repo: https://github.com/astral-sh/ruff-pre-commit
62
# Ruff version.
63
- rev: v0.8.2
+ rev: v0.8.6
64
65
- id: ruff
66
args: [--fix, --exit-non-zero-on-fix]
requirements/requirements.txt
@@ -34,4 +34,4 @@ torchvision>=0.15.0
34
tqdm>=4.64.1
35
umap-learn>=0.5.3
36
wsidicom>=0.18.0
37
-zarr>=2.13.3
+zarr>=2.13.3, <3.0.0
0 commit comments