1
mirror of https://github.com/home-assistant/core synced 2024-09-28 03:04:04 +02:00
ha-core/script/setup
Paulus Schoutsen da05dfe708 Add Black
2019-07-31 12:23:23 -07:00

12 lines
140 B
Bash
Executable File

#!/bin/sh
# Setups the repository.
# Stop on errors
set -e
cd "$(dirname "$0")/.."
script/bootstrap
pre-commit install
pip3 install -e .