6 lines
126 B
Bash
Executable File
6 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pylint homeassistant
|
|
flake8 homeassistant --exclude bower_components,external
|
|
python3 -m unittest discover tests
|