From bf73b37080c3c6deec969a555b45b70ee6727b13 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 31 Dec 2022 14:53:21 -0500 Subject: mypy: check tests/goldtest.py, tests/test_html.py --- coverage/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/types.py') diff --git a/coverage/types.py b/coverage/types.py index 6e69fc09..c9d05958 100644 --- a/coverage/types.py +++ b/coverage/types.py @@ -25,7 +25,7 @@ TCovKwargs = Any ## Configuration # One value read from a config file. -TConfigValue = Union[str, List[str]] +TConfigValue = Union[bool, str, List[str]] # An entire config section, mapping option names to values. TConfigSection = Dict[str, TConfigValue] -- cgit v1.2.1