File tree Expand file tree Collapse file tree 2 files changed +21
-15
lines changed Expand file tree Collapse file tree 2 files changed +21
-15
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 @@ -23,29 +23,35 @@ dependencies = [
23
23
" rich>=10.0"
24
24
]
25
25
26
- [project .optional-dependencies ]
26
+ [project .urls ]
27
+ repository = " https://github.com/beartype/plum"
28
+ documentation = " https://beartype.github.io/plum"
29
+
30
+
31
+ [dependency-groups ]
27
32
dev = [
33
+ { include-group = " docs" },
34
+ { include-group = " lint" },
35
+ { include-group = " test" },
36
+ ]
37
+ lint = [
38
+ " pre-commit" ,
39
+ ]
40
+ test = [
41
+ " IPython" ,
28
42
" numpy" ,
43
+ " tox" ,
29
44
" pytest>=6" ,
30
45
" pytest-cov" ,
31
46
" coveralls" ,
32
- " pre-commit" ,
33
- " IPython" ,
34
- " black==23.9.0" ,
35
- " ghp-import" ,
36
- " wheel" ,
37
- " build" ,
38
- " tox" ,
39
- " jupyter-book" ,
47
+ " sybil" ,
40
48
" mypy" ,
41
49
" pyright>=1.1.331" ,
42
- " ruff>=0.2.1" ,
43
50
" sybil" ,
44
51
]
45
-
46
- [project .urls ]
47
- repository = " https://github.com/beartype/plum"
48
- documentation = " https://beartype.github.io/plum"
52
+ docs = [
53
+ " jupyter-book" ,
54
+ ]
49
55
50
56
51
57
[build-system ]
You can’t perform that action at this time.
0 commit comments