summaryrefslogtreecommitdiff
path: root/coverage/files.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/files.py')
-rw-r--r--coverage/files.py2
1 files changed, 1 insertions, 1 deletions
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.