From 9329372ee9005c79cd0f05abcacbb1ce285b9ac4 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler <4189642+patkan@users.noreply.github.com> Date: Mon, 14 Aug 2023 03:18:29 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 59e34a9..3a252ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ profile = "black" [tool.pytest.ini_options] minversion = "6.0" addopts = "--doctest-modules" -testpaths = - test - src - +testpaths = [ + "test", + "src", +]