mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Add Black
This commit is contained in:
10
script/check_format
Executable file
10
script/check_format
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
# Format code with black.
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
black \
|
||||
--check \
|
||||
--fast \
|
||||
--quiet \
|
||||
homeassistant tests script
|
Reference in New Issue
Block a user