Skip to content

Commit 6645ead

Browse files
[pre-commit.ci] pre-commit autoupdate (#111)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ec47a24 commit 6645ead

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: trailing-whitespace
77
- id: no-commit-to-branch
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.12.8
9+
rev: v0.12.9
1010
hooks:
1111
- id: ruff-check
1212
args: [--fix, --exit-non-zero-on-fix]
@@ -18,7 +18,7 @@ repos:
1818
hooks:
1919
- id: pyproject-fmt
2020
- repo: https://github.com/biomejs/pre-commit
21-
rev: v2.1.4
21+
rev: v2.2.0
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
@@ -25,7 +25,7 @@ classifiers = [
2525
]
2626
dynamic = [ "description", "readme", "version" ]
2727
dependencies = [ "numpy>=1.25.2" ]
28-
optional-dependencies.accel = [ "numba" ]
28+
optional-dependencies.accel = [ "numba>=0.57" ]
2929
optional-dependencies.doc = [
3030
"furo>=2024.8.6",
3131
"pytest>=8.4",

0 commit comments

Comments
 (0)