#!/bin/bash cd "$(dirname "$0")/.." set -euxo pipefail black --safe aioesphomeapi pylint aioesphomeapi flake8 aioesphomeapi isort aioesphomeapi mypy aioesphomeapi