Skip to content

Commit 81bde48

Browse files
committed
rm asciitree
1 parent d005ff7 commit 81bde48

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ repos:
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

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ maintainers = [
2626
requires-python = ">=3.11"
2727
# If you add a new dependency here, please also add it to .pre-commit-config.yml
2828
dependencies = [
29-
'asciitree',
3029
'numpy>=1.25',
3130
'numcodecs[crc32c]>=0.14',
3231
'fsspec>=2022.10.0',

0 commit comments

Comments
 (0)