Skip to content

Commit

Permalink
Enable TOML support in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-shawley committed Jun 5, 2024
1 parent e5f3a89 commit f5048cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f5048cf

Please sign in to comment.