verbose is kind of annoying for normal use

This commit is contained in:
Jean-Paul Calderone 2020-12-01 09:45:02 -05:00
parent e6a09fa444
commit d50a1151bc

View File

@ -100,7 +100,7 @@ setenv =
# entire codebase, including various pieces of supporting code.
DEFAULT_FILES=src integration static misc setup.py
commands =
flake8 -v {posargs:{env:DEFAULT_FILES}}
flake8 {posargs:{env:DEFAULT_FILES}}
python misc/coding_tools/check-umids.py {posargs:{env:DEFAULT_FILES}}
python misc/coding_tools/check-debugging.py {posargs:{env:DEFAULT_FILES}}
python misc/coding_tools/find-trailing-spaces.py -r {posargs:{env:DEFAULT_FILES}}