Skip to content

Commit

Permalink
Merge pull request #1824 from PyCQA/asottile-patch-1
Browse files Browse the repository at this point in the history
remove regex link
  • Loading branch information
asottile committed Apr 30, 2023
2 parents d016204 + 0c3cf06 commit 6491971
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/flake8/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
# We do not want to capture the ``: `` that follows ``noqa``
# We do not care about the casing of ``noqa``
# 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]+)?)+))?",
re.IGNORECASE,
)
Expand Down

0 comments on commit 6491971

Please sign in to comment.