mirror of
https://github.com/home-assistant/core.git
synced 2026-05-05 12:24:48 +02:00
First pass for scripts to rule them all
This commit is contained in:
Executable
+9
@@ -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