diff options
| author | Anthony Sottile <asottile@umich.edu> | 2018-12-27 17:03:55 +0000 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2018-12-27 17:03:55 +0000 |
| commit | 6ad56f73daa1a23081ed40a409d53ef28bf53c3f (patch) | |
| tree | 05f75929b7d66c065f466edad87394409f63d332 /src | |
| parent | d3d1b19aec60a0d728ca7ae1fef284015957f7a2 (diff) | |
| download | flake8-6ad56f73daa1a23081ed40a409d53ef28bf53c3f.tar.gz | |
Fix noqa example comment [ci skip]
Diffstat (limited to 'src')
| -rw-r--r-- | src/flake8/defaults.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
