File tree Expand file tree Collapse file tree 2 files changed +21
-9
lines changed Expand file tree Collapse file tree 2 files changed +21
-9
lines changed Original file line number Diff line number Diff line change 11
11
- id : check-useless-excludes
12
12
13
13
- repo : https://github.com/abravalheri/validate-pyproject
14
- rev : v0.16
14
+ rev : v0.23
15
15
hooks :
16
16
- id : validate-pyproject
17
17
Original file line number Diff line number Diff line change @@ -27,26 +27,38 @@ dependencies = [
27
27
[project .optional-dependencies ]
28
28
dev = [
29
29
" numpy" ,
30
- " pytest>=6" ,
31
- " pytest-cov" ,
32
- " coveralls" ,
33
- " pre-commit" ,
34
30
" IPython" ,
35
31
" black==23.9.0" ,
36
32
" ghp-import" ,
37
33
" wheel" ,
38
34
" build" ,
39
- " tox" ,
40
- " jupyter-book" ,
41
35
" mypy" ,
42
36
" pyright>=1.1.331" ,
43
- " ruff==0.1.0" ,
44
- " sybil" ,
45
37
]
46
38
47
39
[project .urls ]
48
40
repository = " https://github.com/beartype/plum"
49
41
42
+
43
+ [dependency-groups ]
44
+ dev = [
45
+ { include-group = " docs" },
46
+ { include-group = " test" },
47
+ ]
48
+ lint = [
49
+ " pre-commit" ,
50
+ ]
51
+ test = [
52
+ " tox" ,
53
+ " pytest>=6" ,
54
+ " pytest-cov" ,
55
+ " coveralls" ,
56
+ " sybil" ,
57
+ ]
58
+ docs = [
59
+ " jupyter-book" ,
60
+ ]
61
+
50
62
[tool .hatch .build ]
51
63
include = [" plum*" ]
52
64
You can’t perform that action at this time.
0 commit comments