mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
6 lines
128 B
Bash
Executable File
6 lines
128 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pylint homeassistant
|
|
flake8 homeassistant --exclude bower_components,external
|
|
python3 -m unittest discover ha_test
|