mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
This reverts commit dc000d2289
.
This commit is contained in:
@ -23,11 +23,6 @@ fi
|
||||
|
||||
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
|
||||
python3 -m pip install -e . --constraint homeassistant/package_constraints.txt --use-deprecated=legacy-resolver
|
||||
|
||||
|
Reference in New Issue
Block a user