Skip to content

Commit 6239384

Browse files
committed
Fix invalid escape sequences
1 parent a193eab commit 6239384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre_commit_hooks/check_vcs_permalinks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
GITHUB_NON_PERMALINK = re.compile(
11-
b'https://github.com/[^/ ]+/[^/ ]+/blob/master/[^# ]+#L\d+',
11+
br'https://github.com/[^/ ]+/[^/ ]+/blob/master/[^# ]+#L\d+',
1212
)
1313

1414

0 commit comments

Comments
 (0)