aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorCody Logan <cody@lokken.dev>2023-11-16 12:01:50 -0800
committerCody Logan <cody@lokken.dev>2023-11-16 12:01:50 -0800
commitdbb8dd8a3ba3e5bd65edae2aded253975708dc13 (patch)
tree8345a8e9641891313840012039bd1db1be4af4d0 /pyproject.toml
parent6178c170d88434937d28026fe592629bd967681e (diff)
downloadwikiget-dbb8dd8a3ba3e5bd65edae2aded253975708dc13.tar.gz
wikiget-dbb8dd8a3ba3e5bd65edae2aded253975708dc13.zip
Update pyproject.toml
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 = [