core/scripts/check_style

10 lines
151 B
Plaintext
Raw Normal View History

2015-02-23 01:33:01 +00:00
# Run style checks
2015-01-17 22:32:33 +00:00
# If current pwd is scripts, go 1 up.
if [ ${PWD##*/} == "scripts" ]; then
cd ..
fi
flake8 homeassistant
2015-01-17 22:32:33 +00:00
pylint homeassistant