hass-core/script/check_format
Paulus Schoutsen da05dfe708 Add Black
2019-07-31 12:23:23 -07:00

10 lines
134 B
Bash
Executable file

#!/bin/sh
# Format code with black.
cd "$(dirname "$0")/.."
black \
--check \
--fast \
--quiet \
homeassistant tests script