From 03ce133a210ffdb374f2e1f2afad40873b13795d Mon Sep 17 00:00:00 2001 From: Alexander Goscinski Date: Tue, 17 Sep 2024 16:00:46 +0200 Subject: [PATCH] Update pyproject.toml Co-authored-by: Rico Haeuselmann --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a87d8ba..d420aa5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ addopts = "--pdbcls=IPython.terminal.debugger:TerminalPdb" source = ["wcflow"] [tool.ruff] -include = ["src/*py", "test/*py"] +include = ["src/*py", "tests/*py"] ## Hatch configurations