Revert "shorten pep8 output"
Verbose PEP8 output is explicitly intended to make it easier for new contributors to propose acceptable patches.
This reverts commit 1f01d30983
This commit is contained in:
parent
1f01d30983
commit
ba6b1c3128
@ -113,7 +113,7 @@ function run_pep8 {
|
||||
ignore="$ignore_scripts,$ignore_files,$ignore_dirs"
|
||||
srcfiles="."
|
||||
# Just run PEP8 in current environment
|
||||
${wrapper} pep8 --repeat --show-source \
|
||||
${wrapper} pep8 --repeat --show-pep8 --show-source \
|
||||
--exclude=${ignore} ${srcfiles} | tee pep8.txt
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user