mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 18:46:52 +00:00
Trim trailing spaces from documentation
This commit is contained in:
parent
91a1ce47d6
commit
1cfc12f366
1 changed files with 5 additions and 5 deletions
|
|
@ -53,11 +53,11 @@ the data instead of being called on each physical or logical line.
|
|||
These parameters can also be supplied to plugins working on each line
|
||||
separately.
|
||||
|
||||
Plugins that depend on ``physical_line`` or ``logical_line`` are run on each
|
||||
physical or logical line once. These parameters should be the first in the
|
||||
list of arguments (with the exception of ``self``). Plugins that need an AST
|
||||
(e.g., PyFlakes and McCabe) should depend on ``tree``. These plugins will run
|
||||
once per file. The parameters listed above can be combined with
|
||||
Plugins that depend on ``physical_line`` or ``logical_line`` are run on each
|
||||
physical or logical line once. These parameters should be the first in the
|
||||
list of arguments (with the exception of ``self``). Plugins that need an AST
|
||||
(e.g., PyFlakes and McCabe) should depend on ``tree``. These plugins will run
|
||||
once per file. The parameters listed above can be combined with
|
||||
``physical_line``, ``logical_line``, and ``tree``.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue