-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
47 lines (47 loc) · 1.09 KB
/
.pre-commit-config.yaml
File metadata and controls
47 lines (47 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: no-commit-to-branch
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.11
hooks:
- id: ruff-check
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-check
args: [--preview, --select=CPY]
- id: ruff-format
- repo: https://github.com/tox-dev/pyproject-fmt
rev: v2.21.1
hooks:
- id: pyproject-fmt
- repo: https://github.com/biomejs/pre-commit
rev: v2.4.12
hooks:
- id: biome-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.20.1
hooks:
- id: mypy
args: [--config-file=pyproject.toml, .]
pass_filenames: false
additional_dependencies:
- anndata>=0.12
- array-api-compat>=1.13
- dask>=2026.1
- h5py>=3.15
- numba>=0.63
- packaging>=26
- pytest>=9
- pytest-codspeed>=4.3
- scikit-learn>=1.8
- scipy-stubs>=1.17
- sphinx>=9
- types-docutils>=0.22
- zarr>=3.1
ci:
autoupdate_commit_msg: 'ci: pre-commit autoupdate'
skip:
- mypy # too big