From f5048cfbf429f1b3f4a48842b5549ce1e6d5f72f Mon Sep 17 00:00:00 2001 From: Dave Shawley Date: Wed, 5 Jun 2024 15:16:44 -0400 Subject: [PATCH] Enable TOML support in coverage --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3eb7571..d93f5bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ Homepage = "https://githib.com/dave-shawley/tornado-problem-details" [tool.hatch.envs.default] python = "python3.12" dependencies = [ - "coverage", + "coverage[toml]", "flake8", "flake8-fixme", "flake8-print",