mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-13 08:04:18 +00:00
Clearer docs, NOQA_INLINE_REGEXP comment - fixes #469
This commit is contained in:
parent
4773995430
commit
cafe780514
3 changed files with 5 additions and 4 deletions
|
|
@ -19,7 +19,7 @@ It also adds a few features:
|
|||
|
||||
- lines that contain a ``# noqa`` comment at the end will not issue warnings.
|
||||
- you can ignore specific errors on a line with ``# noqa: <error>``, e.g.,
|
||||
``# noqa: E234``
|
||||
``# noqa: E234``. Multiple codes can be given, separated by comma. The ``noqa`` token is case insensitive, the colon before the list of codes is required otherwise the part after ``noqa`` is ignored
|
||||
- Git and Mercurial hooks
|
||||
- extendable through ``flake8.extension`` and ``flake8.formatting`` entry
|
||||
points
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue