File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 28
28
run : |
29
29
python -m pip install --upgrade pip
30
30
pip install ".[test]"
31
+ pip install ".[lint]"
31
32
32
33
- name : Lint
33
34
run : pre-commit run --all-files --show-diff-on-failure --color always
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" flit_core >=3.3 ,<4" ]
2
+ requires = [" flit_core >=3.6 ,<4" ]
3
3
build-backend = " flit_core.buildapi"
4
4
5
5
[project ]
6
6
name = " lazy_loader"
7
7
version = " 0.1rc2.dev0"
8
8
requires-python = " >=3.8"
9
- authors = [{name = " The Scientific Python Group " }]
9
+ authors = [{name = " Scientific Python Developers " }]
10
10
readme = " README.md"
11
11
license = {file = " LICENSE.md" }
12
12
classifiers = [" License :: OSI Approved :: BSD License" ]
13
13
dynamic = [" description" ]
14
14
15
15
[project .optional-dependencies ]
16
- dev = [
17
- " flit"
18
- ]
19
- test = [
20
- " pytest" ,
21
- " black" ,
22
- " pre-commit" ,
23
- " flake8"
24
- ]
16
+ test = [" pytest >= 7" ]
17
+ lint = [" pre-commit >= 2.20" ]
25
18
26
19
[project .urls ]
27
20
Home = " https://scientific-python.org/specs/spec-0001/"
You can’t perform that action at this time.
0 commit comments