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 fb126c7 commit 1220391Copy full SHA for 1220391
vulture/noqa.py
@@ -3,7 +3,7 @@
3
4
NOQA_REGEXP = re.compile(
5
# Use the same regex as flake8 does.
6
- # https://gitlab.com/pycqa/flake8/-/tree/main/src/flake8/defaults.py
+ # https://github.com/pycqa/flake8/blob/main/src/flake8/defaults.py
7
# We're looking for items that look like this:
8
# `# noqa`
9
# `# noqa: E123`
0 commit comments