mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
First pass for scripts to rule them all
This commit is contained in:
9
script/lint
Executable file
9
script/lint
Executable file
@ -0,0 +1,9 @@
|
||||
# Run style checks
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
echo "Checking style with flake8..."
|
||||
flake8 homeassistant
|
||||
|
||||
echo "Checking style with pylint..."
|
||||
pylint homeassistant
|
Reference in New Issue
Block a user