File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ passenv =
20
20
READTHEDOCS
21
21
description =
22
22
py{311,312,313,314}: Run unit tests against {envname}.
23
- extras =
23
+ dependency_groups =
24
24
test
25
25
setenv =
26
26
PYTHONWARNINGS = error
@@ -31,8 +31,9 @@ commands=
31
31
[testenv:lint]
32
32
description =
33
33
Run linters.
34
- extras =
34
+ dependency_groups =
35
35
lint
36
+ types
36
37
# If you update any of these commands, don't forget to update the equivalent
37
38
# GitHub Workflow step
38
39
commands =
@@ -44,7 +45,7 @@ commands =
44
45
[testenv:docs]
45
46
description =
46
47
Build documentation.
47
<
8000
/td>
- extras =
48
+ dependency_groups =
48
49
docs
49
50
commands =
50
51
python -c " import shutil; shutil.rmtree('./build/sphinx', ignore_errors=True) if '{env:CLEAN:}' else None"
@@ -53,7 +54,7 @@ commands =
53
54
[testenv:docs-live]
54
55
description =
55
56
Build documentation.
56
- extras =
57
+ dependency_groups =
57
58
docs
58
59
deps =
59
60
sphinx-autobuild
@@ -71,7 +72,7 @@ commands =
71
72
[testenv:ruff]
72
73
description =
73
74
Run ruff formatting and linting.
74
- extras =
75
+ dependency_groups =
75
76
lint
76
77
commands =
77
78
ruff format .
@@ -80,8 +81,7 @@ commands =
80
81
[testenv:mypy]
81
82
description =
82
83
Run mypy type checking.
83
- extras =
84
- lint
85
- test
84
+ dependency_groups =
85
+ types
86
86
commands =
87
87
mypy {posargs}
You can’t perform that action at this time.
0 commit comments