aioesphomeapi/script/lint
2021-06-30 17:03:55 +02:00

11 lines
165 B
Bash
Executable File

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