mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-09 22:34:17 +00:00
Typo in the sample output
This commit is contained in:
parent
47bf888781
commit
b13ec0acef
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@ To run flake8 just invoke it against any directory or Python module::
|
||||||
$ flake8 coolproject
|
$ flake8 coolproject
|
||||||
coolproject/mod.py:97:1: F401 'shutil' imported but unused
|
coolproject/mod.py:97:1: F401 'shutil' imported but unused
|
||||||
coolproject/mod.py:625:17: E225 missing whitespace around operato
|
coolproject/mod.py:625:17: E225 missing whitespace around operato
|
||||||
coolproject/mod.py:729: F811 redefinition of function 'readlines' from line 723
|
coolproject/mod.py:729:1: F811 redefinition of function 'readlines' from line 723
|
||||||
coolproject/mod.py:1028: F841 local variable 'errors' is assigned to but never used
|
coolproject/mod.py:1028:1: F841 local variable 'errors' is assigned to but never used
|
||||||
|
|
||||||
The outputs of PyFlakes *and* pep8 (and the optional plugins) are merged
|
The outputs of PyFlakes *and* pep8 (and the optional plugins) are merged
|
||||||
and returned.
|
and returned.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue