From 94bb2f054d0e074cbe87d6b014d2645d58573bee Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 23:00:34 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_cli_compile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cli_compile.py b/tests/test_cli_compile.py index 42883c55..72dadcd1 100644 --- a/tests/test_cli_compile.py +++ b/tests/test_cli_compile.py @@ -3001,7 +3001,7 @@ def test_build_deps_does_not_error_when_setup_included_with_multiple_source_file "--no-header", option, os.fspath(requirements_path), - os.fspath(pyproject_toml_path) + os.fspath(pyproject_toml_path), ], )