aioesphomeapi/script/lint

11 lines
165 B
Plaintext
Raw Normal View History

#!/bin/bash
cd "$(dirname "$0")/.."
set -euxo pipefail
2021-06-30 17:03:55 +02:00
black --safe aioesphomeapi
pylint aioesphomeapi
flake8 aioesphomeapi
isort aioesphomeapi
2021-06-30 17:03:55 +02:00
mypy aioesphomeapi