From c6eb5f4303b44b82acb94e1cf41e9ba2cd3a666d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 11:05:28 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/cli/test_run.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/cli/test_run.py b/tests/cli/test_run.py index c4d19aa14d..e2d4c4d99a 100644 --- a/tests/cli/test_run.py +++ b/tests/cli/test_run.py @@ -619,10 +619,7 @@ def test_composite_keep_going_on_failure(project, pdm, capfd): "first": {"cmd": ["python", "-c", "print('First CALLED')"]}, "fail": "python -c 'raise Exception'", "second": "echo 'Second CALLED'", - "test": { - "composite": ["first", "fail", "second"], - "keep_going": True - }, + "test": {"composite": ["first", "fail", "second"], "keep_going": True}, } project.pyproject.write() capfd.readouterr()