diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b34433b..7b7495c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: trailing-whitespace - id: no-commit-to-branch - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.2 + rev: v0.13.3 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix] @@ -14,11 +14,11 @@ repos: args: [--preview, --select=CPY] - id: ruff-format - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.6.0 + rev: v2.7.0 hooks: - id: pyproject-fmt - repo: https://github.com/biomejs/pre-commit - rev: v2.2.4 + rev: v2.2.5 hooks: - id: biome-format - repo: https://github.com/pre-commit/mirrors-mypy diff --git a/pyproject.toml b/pyproject.toml index 7532703..2223688 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ optional-dependencies.test = [ ] optional-dependencies.test-min = [ "coverage[toml]", - "fast-array-utils[testing,sparse]", # include sparse for testing numba-less to_dense + "fast-array-utils[sparse,testing]", # include sparse for testing numba-less to_dense "pytest", "pytest-codspeed", "pytest-doctestplus",