Skip to content

Commit e4032eb

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/latex_dependency_scanner/scanner.py

Lines changed: 1 addition & 1 deletion
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)