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