mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-31 03:06:53 +00:00
Fix noqa example comment [ci skip]
This commit is contained in:
parent
d3d1b19aec
commit
6ad56f73da
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ NOQA_INLINE_REGEXP = re.compile(
|
|||
# ``# noqa:E123,W451,F921``
|
||||
# ``# NoQA: E123,W451,F921``
|
||||
# ``# NOQA: E123,W451,F921``
|
||||
# ``# NOQA: E123,W451,F921``
|
||||
# ``# NOQA:E123,W451,F921``
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue