From 3a02703108831a554ec893b9031dcebe377fdd89 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 4 Jan 2023 21:09:42 -0500 Subject: mypy: test_debug.py test_execfile.py test_filereporter.py test_files.py --- coverage/files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/files.py') diff --git a/coverage/files.py b/coverage/files.py index 2aca85ed..e2800bf2 100644 --- a/coverage/files.py +++ b/coverage/files.py @@ -351,7 +351,7 @@ def _glob_to_regex(pattern: str) -> str: def globs_to_regex( patterns: Iterable[str], case_insensitive: bool=False, - partial: bool=False + partial: bool=False, ) -> re.Pattern[str]: """Convert glob patterns to a compiled regex that matches any of them. -- cgit v1.2.1