mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 07:44:16 +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``
|
# ``# 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 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue