Skip to content

Commit 66c4a01

Browse files
committed
Merge branch 'main' of github.com:zarr-developers/zarr-python into fix/normalize-storage-paths
2 parents e6ecf99 + 1131253 commit 66c4a01

File tree

8 files changed

+365
-15
lines changed

8 files changed

+365
-15
lines changed

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
from importlib.metadata import version as get_version
2323

24-
import zarr
2524
import sphinx
2625

2726
# If extensions (or modules to document with autodoc) are in another directory,

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,13 +231,16 @@ ignore = [
231231
"ANN102",
232232
"ANN401",
233233
"PT004", # deprecated
234+
"PT005", # deprecated
234235
"PT011", # TODO: apply this rule
235236
"PT012", # TODO: apply this rule
236237
"PYI013",
237238
"RET505",
238239
"RET506",
239240
"RUF005",
240241
"TRY003",
242+
"UP027", # deprecated
243+
"UP038", # https://github.com/astral-sh/ruff/issues/7871
241244
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
242245
"W191",
243246
"E111",

0 commit comments

Comments
 (0)