From f9a4a38663fd69ddcc19a91a843f84d7d90c5273 Mon Sep 17 00:00:00 2001 From: Tom Ritchford Date: Thu, 4 Jan 2024 16:15:10 +0100 Subject: [PATCH] Modify pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index db0df0d..fa5eb95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ isort = "*" mypy = "*" pytest = "*" ruff = "*" +tdir = "*" [tool.coverage.run] branch = true