From 2784175330c6f575666502e6538a5cf37852e5bd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 17:32:16 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/workflows/management/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/management/__main__.py b/.github/workflows/management/__main__.py index 4235abf..4641358 100644 --- a/.github/workflows/management/__main__.py +++ b/.github/workflows/management/__main__.py @@ -35,7 +35,7 @@ def test_matrix_command() -> None: from mainserver.tools.constants import PATHS # noqa: PLC0415 def default_test_command(*flags: str) -> str: - return f"uv run pytest {" ".join(list(flags))} --cov=src --cov-report=xml" + return f"uv run pytest {' '.join(list(flags))} --cov=src --cov-report=xml" micro_services = [ src.parent for src in PATHS.MICROSERVICES.glob("**/pyproject.toml")