Always ignore #noqa lines with flake8.
Project description
By default, flake8 ignores # NOQA directives for some PEP8 errors.
See https://gitlab.com/pycqa/flake8/issues/21
This flake8 plugin makes it respect them.
Installation
Simply:
$ pip install flake8-respect-noqa
Usage
It is enabled by default as soon as it is installed. Check that flake8 finds it:
$ flake8 --version 2.4.1 (pep8: 1.5.7, flake8-respect-noqa: 0.2, mccabe: 0.3.1, pyflakes: 0.8.1) CPython 2.7.6 on Linux
However, to get it to work, you currently need to run flake8 with --jobs=1 or put jobs = 1 in your [flake8] configuration, otherwise flake8 uses its own ‘reporter’, which trumps the customizations this extension attempts to make.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file flake8-respect-noqa-0.3.tar.gz
.
File metadata
- Download URL: flake8-respect-noqa-0.3.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab4acba81f02a1147ce1b3d51c27ad86a5e313667b56bcaa720c801118d00b58 |
|
MD5 | b6ac4f5fb23bd6bff46278cc9975b5e4 |
|
BLAKE2b-256 | ba9f54dabf385b001efa474eef5cbdf074ae4dcc75eeb878b68f7edf3a386489 |
File details
Details for the file flake8_respect_noqa-0.3-py2-none-any.whl
.
File metadata
- Download URL: flake8_respect_noqa-0.3-py2-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5ca11dd9d3b5a9c8ad96d08554af183e3b3d1be71ff96ede720855fcbbcfaa4 |
|
MD5 | 9e7d4ebf4e0d045c7a1d78702b1fdbfe |
|
BLAKE2b-256 | fdd3515e02f9f5a67de8a4c78b993060104969975daea68b50cff12847e3fdad |