Skip to content

Commit

Permalink
Update link to flake8 repository
Browse files Browse the repository at this point in the history
  • Loading branch information
RJ722 authored and jendrikseipp committed Jul 11, 2022
1 parent fb126c7 commit 1220391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vulture/noqa.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

0 comments on commit 1220391

Please sign in to comment.