Skip to content

Commit dffde80

Browse files
remove obsolete ruff rule
warning: The following rules have been removed and ignoring them has no effect: - UP038
1 parent 583ebf0 commit dffde80

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ ignore = [
209209
"TRY003",
210210
"TRY301",
211211
"UP007",
212-
"UP038", # https://github.com/astral-sh/ruff/issues/7871
213212
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
214213
"W191",
215214
"E111",
@@ -267,4 +266,4 @@ features = ["test"]
267266

268267
[tool.hatch.envs.test.scripts]
269268
list-deps = "pip list"
270-
test-zarr = "pytest numcodecs/tests/test_zarr3.py numcodecs/tests/test_zarr3_import.py"
269+
test-zarr = "pytest numcodecs/tests/test_zarr3.py numcodecs/tests/test_zarr3_import.py"

0 commit comments

Comments
 (0)