aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5681dc4..46f1ddf 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -79,10 +79,12 @@ cov-report = [
"coverage report",
]
htmlcov = "coverage html"
+xmlcov = "coverage xml"
cov = [
"test-cov",
"cov-report",
"htmlcov",
+ "xmlcov",
]
[[tool.hatch.envs.all.matrix]]
@@ -198,6 +200,7 @@ warn_unused_ignores = true
strict_equality = true
check_untyped_defs = true
extra_checks = true
+disallow_untyped_defs = true
[[tool.mypy.overrides]]
module = [