mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-14 08:24:46 +00:00
remove regex link
This commit is contained in:
parent
d016204366
commit
0c3cf066d3
1 changed files with 0 additions and 1 deletions
|
|
@ -36,7 +36,6 @@ NOQA_INLINE_REGEXP = re.compile(
|
||||||
# We do not want to capture the ``: `` that follows ``noqa``
|
# We do not want to capture the ``: `` that follows ``noqa``
|
||||||
# We do not care about the casing of ``noqa``
|
# We do not care about the casing of ``noqa``
|
||||||
# We want a comma-separated list of errors
|
# We want a comma-separated list of errors
|
||||||
# https://regex101.com/r/4XUuax/2 full explanation of the regex
|
|
||||||
r"# noqa(?::[\s]?(?P<codes>([A-Z]+[0-9]+(?:[,\s]+)?)+))?",
|
r"# noqa(?::[\s]?(?P<codes>([A-Z]+[0-9]+(?:[,\s]+)?)+))?",
|
||||||
re.IGNORECASE,
|
re.IGNORECASE,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue