Skip to content

Commit a2a0424

Browse files
Enforce more ruff rules (#607)
Trying to be on par with zarr-python.
1 parent cabecae commit a2a0424

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,17 +139,25 @@ line-length = 100
139139
[tool.ruff.lint]
140140
extend-select = [
141141
"B",
142+
"FLY",
143+
"FURB",
144+
"G",
142145
"I",
146+
"PERF",
143147
"PGH",
144148
"PIE",
145149
"PT",
150+
"PYI",
146151
"RSE",
147152
"RUF",
148153
"UP",
154+
# "W", https://github.com/astral-sh/ruff/issues/13763
149155
]
150156
ignore = [
151157
"B028",
152158
"B904",
159+
"FURB101",
160+
"FURB103",
153161
"PT001",
154162
"PT004", # deprecated
155163
"PT005", # deprecated

0 commit comments

Comments
 (0)