File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 99 - repo : https://github.com/astral-sh/ruff-pre-commit
1010 rev : v0.7.4
1111 hooks :
12- - id : ruff
13- args : ["--fix", "--show-fixes"]
14- - id : ruff-format
12+ - id : ruff
13+ args : ["--fix", "--show-fixes"]
14+ - id : ruff-format
1515 - repo : https://github.com/codespell-project/codespell
1616 rev : v2.3.0
1717 hooks :
@@ -20,18 +20,16 @@ repos:
2020 - repo : https://github.com/pre-commit/pre-commit-hooks
2121 rev : v5.0.0
2222 hooks :
23- - id : check-yaml
23+ - id : check-yaml
2424 - repo : https://github.com/pre-commit/mirrors-mypy
2525 rev : v1.13.0
2626 hooks :
2727 - id : mypy
2828 files : src|tests
2929 additional_dependencies :
3030 # Package dependencies
31- - asciitree
32- - crc32c
3331 - donfig
34- - numcodecs
32+ - numcodecs[crc32c]
3533 - numpy
3634 - typing_extensions
3735 - universal-pathlib
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ maintainers = [
2626requires-python = " >=3.11"
2727# If you add a new dependency here, please also add it to .pre-commit-config.yml
2828dependencies = [
29- ' asciitree' ,
3029 ' numpy>=1.25' ,
3130 ' numcodecs[crc32c]>=0.14' ,
3231 ' fsspec>=2022.10.0' ,
You can’t perform that action at this time.
0 commit comments