Skip to content

Commit fb310b9

Browse files
Use default value of depends
The default value is the empty list so there is no need to explictly initialize it. Also, that's consistent with the next definition of the next environment. Small cleanup for consistency between tox environments.
1 parent 7966f4a commit fb310b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ dependency_groups = ["test"]
131131
set_env = { PYTHONWARNDEFAULTENCODING = "1" }
132132

133133
[tool.tox.env.lint]
134-
depends = []
135134
deps = ["pre-commit"]
136135
package = "skip"
137136
commands = [["pre-commit", "run", "-a"]]
138137

139138
[tool.tox.env.pkg]
140139
deps = ["build", "flit >= 3.11"]
140+
package = "skip"
141141
commands = [["pytest", "tests/test_sdist.py", { replace = "posargs", extend = true }]]

0 commit comments

Comments
 (0)