mirror of
https://github.com/PyCQA/flake8.git
synced 2026-07-02 18:09:30 +00:00
Merge 07a3dd8741 into bb943328ef
This commit is contained in:
commit
fc413ab39d
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ It also adds a few features:
|
||||||
|
|
||||||
- lines that contain a ``# noqa`` comment at the end will not issue warnings.
|
- 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.,
|
- you can ignore specific errors on a line with ``# noqa: <error>``, e.g.,
|
||||||
``# 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
|
``# noqa: E234``. Multiple codes can be given, separated by commas. 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
|
- Git and Mercurial hooks
|
||||||
- extendable through ``flake8.extension`` and ``flake8.formatting`` entry
|
- extendable through ``flake8.extension`` and ``flake8.formatting`` entry
|
||||||
points
|
points
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue