From b350d8eba377b34a9aee90ef109482c755a510a7 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Fri, 27 Sep 2024 14:38:09 -0700 Subject: [PATCH] Format with tox-ini-fmt --- tox.ini | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/tox.ini b/tox.ini index 8361eab..812ab48 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,6 @@ requires = tox>=4.2 env_list = py{313, 312, 311, 310, 39} -isolated_build = true [testenv] extras = @@ -12,8 +11,8 @@ pass_env = FORCE_COLOR commands = {envpython} -m pytest \ - --cov cherry_picker \ - --cov-report html \ - --cov-report term \ - --cov-report xml \ - {posargs} + --cov cherry_picker \ + --cov-report html \ + --cov-report term \ + --cov-report xml \ + {posargs}