mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
test: Do not run flake8 in verbose mode
The verbose output of flake8 is not interesting and just clutters the output. Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
This commit is contained in:
parent
3d54a17403
commit
bd770fa6b1
@ -5,4 +5,4 @@ set -eu
|
||||
# SPDX-License-Identifier: GPL-3.0
|
||||
|
||||
echo "Running flake8..."
|
||||
flake8 -v --max-line-length=99
|
||||
flake8 --max-line-length=99
|
||||
|
Loading…
x
Reference in New Issue
Block a user