mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 18:58:04 +02:00
This reverts commit dc000d2289
.
This commit is contained in:
@ -23,11 +23,6 @@ fi
|
|||||||
|
|
||||||
script/bootstrap
|
script/bootstrap
|
||||||
|
|
||||||
# Avoid unsafe git error when running inside devcontainer
|
|
||||||
if [ -n "$DEVCONTAINER" ];then
|
|
||||||
git config --global --add safe.directory "$PWD"
|
|
||||||
fi
|
|
||||||
|
|
||||||
pre-commit install
|
pre-commit install
|
||||||
python3 -m pip install -e . --constraint homeassistant/package_constraints.txt --use-deprecated=legacy-resolver
|
python3 -m pip install -e . --constraint homeassistant/package_constraints.txt --use-deprecated=legacy-resolver
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user