ubuntu-dev-tools/run-linters
Benjamin Drung bd770fa6b1 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>
2023-01-30 14:11:09 +01:00

9 lines
141 B
Bash
Executable File

#!/bin/sh
set -eu
# Copyright 2023, Canonical Ltd.
# SPDX-License-Identifier: GPL-3.0
echo "Running flake8..."
flake8 --max-line-length=99