We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a193eab + 6239384 commit 1fc25d9Copy full SHA for 1fc25d9
1 file changed
pre_commit_hooks/check_vcs_permalinks.py
@@ -8,7 +8,7 @@
8
9
10
GITHUB_NON_PERMALINK = re.compile(
11
- b'https://github.com/[^/ ]+/[^/ ]+/blob/master/[^# ]+#L\d+',
+ br'https://github.com/[^/ ]+/[^/ ]+/blob/master/[^# ]+#L\d+',
12
)
13
14
0 commit comments