mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-13 08:04:18 +00:00
Trim trailing whitespace
This commit is contained in:
parent
89762b9dd1
commit
99030223a4
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ also was required to take over parsing and processing files for the checkers
|
||||||
to use. Since we couldn't reuse pycodestyle's functionality (since it did not
|
to use. Since we couldn't reuse pycodestyle's functionality (since it did not
|
||||||
separate cleanly the processing from check running) we isolated that function
|
separate cleanly the processing from check running) we isolated that function
|
||||||
into the :class:`~flake8.processor.FileProcessor` class. Further, we moved
|
into the :class:`~flake8.processor.FileProcessor` class. Further, we moved
|
||||||
several helper functions into the :mod:`flake8.processor` module (see also
|
several helper functions into the :mod:`flake8.processor` module (see also
|
||||||
:ref:`Processor Utility Functions <processor_utility_functions>`).
|
:ref:`Processor Utility Functions <processor_utility_functions>`).
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue