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