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:
Benjamin Drung 2023-01-30 14:11:09 +01:00
parent 3d54a17403
commit bd770fa6b1

View File

@ -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