Skip to content

Commit 597e913

Browse files
authored
Update pyproject.toml
1 parent 3f74d6e commit 597e913

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,9 @@ deps = "pre-commit-uv"
5656
skip_install = true
5757

5858
[tool.tox.env_run_base]
59-
commands = [["coverage", "erase"], ["coverage", "run", "-m", "pytest", "{posargs:tests}"], ["coverage", "report"]]
59+
commands = [
60+
["coverage", "erase"],
61+
["coverage", "run", "-m", "pytest", "{posargs:tests}"],
62+
["coverage", "report"],
63+
]
6064
deps = "-rrequirements-dev.txt"

0 commit comments

Comments
 (0)