Skip to content

Commit bfabb75

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b2ab692 commit bfabb75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/latex_dependency_scanner/scanner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
r"(<[^<>]*>)?"
4040
r"(\[[^\[\]]*\])?"
4141
r"({(?P<relative_to>[^{}]*)})?{(?P<file>[^{}]*)}",
42-
re.M,
42+
re.MULTILINE,
4343
)
4444
"""re.Pattern: The regular expression pattern to extract included files from a LaTeX
4545
document."""

0 commit comments

Comments
 (0)