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.
1 parent a193eab commit 6239384Copy full SHA for 6239384
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