From 6ad56f73daa1a23081ed40a409d53ef28bf53c3f Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 27 Dec 2018 17:03:55 +0000 Subject: [PATCH] Fix noqa example comment [ci skip] --- src/flake8/defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flake8/defaults.py b/src/flake8/defaults.py index 22304a9..3fff376 100644 --- a/src/flake8/defaults.py +++ b/src/flake8/defaults.py @@ -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