File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
fail_fast : false
2
2
default_stages :
3
- - commit
4
- - push
3
+ - pre- commit
4
+ - pre- push
5
5
minimum_pre_commit_version : 2.9.3
6
6
repos :
7
7
- repo : https://github.com/astral-sh/ruff-pre-commit
@@ -12,10 +12,6 @@ repos:
12
12
args : [--fix, --exit-non-zero-on-fix]
13
13
- id : ruff-format
14
14
types_or : [python, pyi, jupyter]
15
- - repo : https://github.com/asottile/blacken-docs
16
- rev : 1.19.1
17
- hooks :
18
- - id : blacken-docs
19
15
- repo : https://github.com/pre-commit/mirrors-mypy
20
16
rev : v1.15.0
21
17
hooks :
Original file line number Diff line number Diff line change 4
4
from typing import Any
5
5
6
6
import numpy as np
7
- from anndata import AnnData , read_text
7
+ from anndata import AnnData
8
+ from anndata .io import read_text
8
9
from h5py import File
9
10
from PIL import Image
10
11
from scanpy import read_10x_h5 , read_10x_mtx
You can’t perform that action at this time.
0 commit comments