Skip to content

Commit 5c7ad02

Browse files
[pre-commit.ci] pre-commit autoupdate (#123)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 219eea5 commit 5c7ad02

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ repos:
66
- id: trailing-whitespace
77
- id: no-commit-to-branch
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.13.2
9+
rev: v0.13.3
1010
hooks:
1111
- id: ruff-check
1212
args: [--fix, --exit-non-zero-on-fix]
1313
- id: ruff-check
1414
args: [--preview, --select=CPY]
1515
- id: ruff-format
1616
- repo: https://github.com/tox-dev/pyproject-fmt
17-
rev: v2.6.0
17+
rev: v2.7.0
1818
hooks:
1919
- id: pyproject-fmt
2020
- repo: https://github.com/biomejs/pre-commit
21-
rev: v2.2.4
21+
rev: v2.2.5
2222
hooks:
2323
- id: biome-format
2424
- repo: https://github.com/pre-commit/mirrors-mypy

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ optional-dependencies.test = [
4545
]
4646
optional-dependencies.test-min = [
4747
"coverage[toml]",
48-
"fast-array-utils[testing,sparse]", # include sparse for testing numba-less to_dense
48+
"fast-array-utils[sparse,testing]", # include sparse for testing numba-less to_dense
4949
"pytest",
5050
"pytest-codspeed",
5151
"pytest-doctestplus",

0 commit comments

Comments
 (0)