9 lines
162 B
Text
Executable file
9 lines
162 B
Text
Executable file
# Run style checks
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
echo "Checking style with flake8..."
|
|
flake8 homeassistant
|
|
|
|
echo "Checking style with pylint..."
|
|
pylint homeassistant
|