mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 03:03:17 +01: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