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 11fail_fast : false
22default_stages :
3- - commit
4- - push
3+ - pre- commit
4+ - pre- push
55minimum_pre_commit_version : 2.9.3
66repos :
77 - repo : https://github.com/astral-sh/ruff-pre-commit
@@ -12,10 +12,6 @@ repos:
1212 args : [--fix, --exit-non-zero-on-fix]
1313 - id : ruff-format
1414 types_or : [python, pyi, jupyter]
15- - repo : https://github.com/asottile/blacken-docs
16- rev : 1.19.1
17- hooks :
18- - id : blacken-docs
1915 - repo : https://github.com/pre-commit/mirrors-mypy
2016 rev : v1.15.0
2117 hooks :
Original file line number Diff line number Diff line change 44from typing import Any
55
66import numpy as np
7- from anndata import AnnData , read_text
7+ from anndata import AnnData
8+ from anndata .io import read_text
89from h5py import File
910from PIL import Image
1011from scanpy import read_10x_h5 , read_10x_mtx
You can’t perform that action at this time.
0 commit comments