core/script/lint

10 lines
162 B
Plaintext
Raw Normal View History

# Run style checks
cd "$(dirname "$0")/.."
echo "Checking style with flake8..."
flake8 homeassistant
echo "Checking style with pylint..."
pylint homeassistant