From dbb8dd8a3ba3e5bd65edae2aded253975708dc13 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Thu, 16 Nov 2023 12:01:50 -0800 Subject: Update pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyproject.toml') 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 = [ -- cgit v1.2.3