Skip to content

Commit 412b34c

Browse files
chore: auto fixes from pre-commit.com hooks
1 parent 1439658 commit 412b34c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

tests/conftest.py

+6-5
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,12 @@ def pytest_generate_tests(metafunc: Metafunc) -> None:
151151

152152
# trick to make 'tox config' output parsable due to known bug which can
153153
# mangle stdout when it does bootstrap itself
154-
run(f"{sys.executable} -m tox --version",
155-
check=True,
156-
cwd=basic_dir,
157-
env=env,
158-
)
154+
run(
155+
f"{sys.executable} -m tox --version",
156+
check=True,
157+
cwd=basic_dir,
158+
env=env,
159+
)
159160
try:
160161
cmd = (
161162
f"{sys.executable} -m tox config --ansible "

0 commit comments

Comments
 (0)