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 14
14
- id : debug-statements
15
15
16
16
- repo : https://github.com/astral-sh/ruff-pre-commit
17
- rev : v0.11.12
17
+ rev : v0.13.3
18
18
hooks :
19
- - id : ruff
19
+ - id : ruff-check
20
20
args : ["--fix", "--show-fixes"]
21
21
- id : ruff-format
22
22
Original file line number Diff line number Diff line change @@ -202,13 +202,13 @@ ignore = [
202
202
" PT001" ,
203
203
" PT011" ,
204
204
" PT012" ,
205
+ " PT031" ,
205
206
" RET505" ,
206
207
" RET506" ,
207
208
" SIM108" ,
208
209
" TRY003" ,
209
210
" TRY301" ,
210
211
" UP007" ,
211
- " UP038" , # https://github.com/astral-sh/ruff/issues/7871
212
212
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
213
213
" W191" ,
214
214
" E111" ,
@@ -266,4 +266,4 @@ features = ["test"]
266
266
267
267
[tool .hatch .envs .test .scripts ]
268
268
list-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