1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-10 17:09:17 +00:00
core/script/check_format
Ville Skyttä 6b22dbcd0b Blacken top level *.py ()
* Blacken top level *.py

* Tolerate double quotes too in setup.py dependency extraction
2019-08-01 08:30:49 -07:00

11 lines
139 B
Bash
Executable File

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