Skip to content

Commit 166d2b8

Browse files
chore: auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f97088c commit 166d2b8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tox.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ commands_pre =
3737
sh -c "rm -f {envdir}/.coverage.* 2>/dev/null || true"
3838
commands =
3939
coverage run -m pytest {posargs:-n auto}
40-
{py,py310,py311,py312,py313}: sh -c "\
41-
coverage combine -a -q --data-file={envdir}/.coverage {envdir}/.coverage.* && \
42-
coverage xml --data-file={envdir}/.coverage -o {envdir}/coverage.xml --ignore-errors --fail-under=0 && \
43-
COVERAGE_FILE={envdir}/.coverage coverage lcov --fail-under=0 --ignore-errors -q && \
44-
COVERAGE_FILE={envdir}/.coverage coverage report --fail-under=0 --ignore-errors \
45-
"
40+
{py,py310,py311,py312,py313}: sh -c " \
41+
coverage combine -a -q --data-file={envdir}/.coverage {envdir}/.coverage.* && \
42+
coverage xml --data-file={envdir}/.coverage -o {envdir}/coverage.xml --ignore-errors --fail-under=0 && \
43+
COVERAGE_FILE={envdir}/.coverage coverage lcov --fail-under=0 --ignore-errors -q && \
44+
COVERAGE_FILE={envdir}/.coverage coverage report --fail-under=0 --ignore-errors \
45+
"
4646
git diff --exit-code
4747
allowlist_externals =
4848
git

0 commit comments

Comments
 (0)