From 81bde48bd96feebda4983f021d4f9b4e7f0b5a8f Mon Sep 17 00:00:00 2001 From: Norman Rzepka Date: Thu, 21 Nov 2024 22:27:20 +0100 Subject: [PATCH 1/2] rm asciitree --- .pre-commit-config.yaml | 12 +++++------- pyproject.toml | 1 - 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 727398557..ab36c198d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,9 +9,9 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.7.4 hooks: - - id: ruff - args: ["--fix", "--show-fixes"] - - id: ruff-format + - id: ruff + args: ["--fix", "--show-fixes"] + - id: ruff-format - repo: https://github.com/codespell-project/codespell rev: v2.3.0 hooks: @@ -20,7 +20,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - - id: check-yaml + - id: check-yaml - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.13.0 hooks: @@ -28,10 +28,8 @@ repos: files: src|tests additional_dependencies: # Package dependencies - - asciitree - - crc32c - donfig - - numcodecs + - numcodecs[crc32c] - numpy - typing_extensions - universal-pathlib diff --git a/pyproject.toml b/pyproject.toml index 42990f4e8..63ecdd85b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,6 @@ maintainers = [ requires-python = ">=3.11" # If you add a new dependency here, please also add it to .pre-commit-config.yml dependencies = [ - 'asciitree', 'numpy>=1.25', 'numcodecs[crc32c]>=0.14', 'fsspec>=2022.10.0', From b85c0a9ba239e3386296d47f22baa69366a60daa Mon Sep 17 00:00:00 2001 From: Norman Rzepka Date: Thu, 21 Nov 2024 22:45:25 +0100 Subject: [PATCH 2/2] no format --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ab36c198d..0511cfaf8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,9 +9,9 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.7.4 hooks: - - id: ruff - args: ["--fix", "--show-fixes"] - - id: ruff-format + - id: ruff + args: ["--fix", "--show-fixes"] + - id: ruff-format - repo: https://github.com/codespell-project/codespell rev: v2.3.0 hooks: @@ -20,7 +20,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - - id: check-yaml + - id: check-yaml - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.13.0 hooks: