From bc9d0a3f47ee2d2ab6f50b08713123fab5ea60de Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 24 Nov 2023 11:57:29 +0100 Subject: [PATCH] fix formatting --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e9cc623..d6f9e14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,4 +19,4 @@ line-length = 120 target-version = "py311" [tool.pytest.ini_options] -python_files = test_*.py setup*.py \ No newline at end of file +python_files = "test_*.py setup*.py" \ No newline at end of file