From 539761e124c6716ad0348cac816f83bf73c9f0df Mon Sep 17 00:00:00 2001 From: Jendrik Seipp Date: Fri, 19 Jan 2024 20:25:23 +0100 Subject: [PATCH] Fix typo. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 04dbb3c0..726d685e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ exclude = [ "htmlcov", "vulture.egg-info", ".cache", - ".coverag", + ".coverage", ".pytest_cache", ".tox", ".venv",