Skip to content

Commit 1220391

Browse files
RJ722jendrikseipp
authored andcommitted
Update link to flake8 repository
1 parent fb126c7 commit 1220391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vulture/noqa.py

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

44
NOQA_REGEXP = re.compile(
55
# Use the same regex as flake8 does.
6-
# https://gitlab.com/pycqa/flake8/-/tree/main/src/flake8/defaults.py
6+
# https://github.com/pycqa/flake8/blob/main/src/flake8/defaults.py
77
# We're looking for items that look like this:
88
# `# noqa`
99
# `# noqa: E123`

0 commit comments

Comments
 (0)