ha-core/script/check_format

11 lines
139 B
Plaintext
Raw Normal View History

2019-07-31 01:59:12 +02:00
#!/bin/sh
# Format code with black.
cd "$(dirname "$0")/.."
black \
--check \
--fast \
--quiet \
homeassistant tests script *.py