File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 - id : debug-statements
1515
1616 - repo : https://github.com/astral-sh/ruff-pre-commit
17- rev : v0.11.12
17+ rev : v0.13.3
1818 hooks :
19- - id : ruff
19+ - id : ruff-check
2020 args : ["--fix", "--show-fixes"]
2121 - id : ruff-format
2222
Original file line number Diff line number Diff line change @@ -202,13 +202,13 @@ ignore = [
202202 " PT001" ,
203203 " PT011" ,
204204 " PT012" ,
205+ " PT031" ,
205206 " RET505" ,
206207 " RET506" ,
207208 " SIM108" ,
208209 " TRY003" ,
209210 " TRY301" ,
210211 " UP007" ,
211- " UP038" , # https://github.com/astral-sh/ruff/issues/7871
212212 # https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
213213 " W191" ,
214214 " E111" ,
@@ -266,4 +266,4 @@ features = ["test"]
266266
267267[tool .hatch .envs .test .scripts ]
268268list-deps = " pip list"
269- 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"
You can’t perform that action at this time.
0 commit comments