Skip to content

Commit b073c49

Browse files
authored
Merge branch 'main' into ig/parallel_kernels
2 parents 54584b2 + 395b37e commit b073c49

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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.15.4
9+
rev: v0.15.6
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.16.2
17+
rev: v2.18.1
1818
hooks:
1919
- id: pyproject-fmt
2020
- repo: https://github.com/biomejs/pre-commit
21-
rev: v2.4.4
21+
rev: v2.4.7
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
@@ -29,9 +29,9 @@ optional-dependencies.dask = [ "dask>=2023.6.1" ]
2929
optional-dependencies.full = [ "fast-array-utils[accel,dask,sparse]", "h5py", "zarr" ]
3030
optional-dependencies.sparse = [ "scipy>=1.13" ]
3131
optional-dependencies.testing = [ "packaging" ]
32-
urls."Documentation" = "https://icb-fast-array-utils.readthedocs-hosted.com/"
3332
urls."Issue Tracker" = "https://github.com/scverse/fast-array-utils/issues"
3433
urls."Source Code" = "https://github.com/scverse/fast-array-utils"
34+
urls.Documentation = "https://icb-fast-array-utils.readthedocs-hosted.com/"
3535
entry-points.pytest11.fast_array_utils = "testing.fast_array_utils.pytest"
3636

3737
[dependency-groups]

0 commit comments

Comments
 (0)