File tree Expand file tree Collapse file tree 4 files changed +4
-23
lines changed Expand file tree Collapse file tree 4 files changed +4
-23
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 52
52
- name : Create Conda environment with the rights deps
53
53
shell : " bash -l {0}"
54
54
run : |
55
- conda create -n zarr-env python==${{matrix.python-version}} bsddb3 numcodecs lmdb pip nodejs flake8 mypy
55
+ conda create -n zarr-env python==${{matrix.python-version}} bsddb3 numcodecs lmdb pip nodejs
56
56
conda activate zarr-env
57
57
npm install -g azurite
58
58
- name : Install dependencies
Original file line number Diff line number Diff line change @@ -11,10 +11,8 @@ repos:
11
11
rev : ' v0.1.14'
12
12
hooks :
13
13
- id : ruff
14
- - repo : https://github.com/psf/black
15
- rev : 23.12.1
16
- hooks :
17
- - id : black
14
+ args : [--fix, --show-fixes]
15
+ - id : ruff-format
18
16
- repo : https://github.com/codespell-project/codespell
19
17
rev : v2.2.6
20
18
hooks :
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ write_to = "zarr/version.py"
84
84
85
85
[tool .ruff ]
86
86
line-length = 100
87
- exclude = [
87
+ extend- exclude = [
88
88
" .bzr" ,
89
89
" .direnv" ,
90
90
" .eggs" ,
@@ -103,21 +103,6 @@ exclude = [
103
103
" docs"
104
104
]
105
105
106
- [tool .black ]
107
- line-length = 100
108
- exclude = '''
109
- /(
110
- \.git
111
- | \.mypy_cache
112
- | \.venv
113
- | _build
114
- | buck-out
115
- | build
116
- | dist
117
- | docs
118
- )/
119
- '''
120
-
121
106
[tool .mypy ]
122
107
ignore_missing_imports = true
123
108
warn_unused_configs = true
You can’t perform that action at this time.
0 commit comments