mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 07:05:48 +01:00
Fix mypy missing from dev install script (#28060)
* Fix mypy missing * Update bootstrap * Update script/bootstrap Co-Authored-By: cgtobi <cgtobi@users.noreply.github.com>
This commit is contained in:
committed by
Paulus Schoutsen
parent
86b204df0e
commit
ef194d1b82
@@ -7,4 +7,4 @@ set -e
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
echo "Installing test dependencies..."
|
||||
python3 -m pip install tox colorlog pre-commit
|
||||
python3 -m pip install tox colorlog pre-commit $(grep mypy requirements_test.txt)
|
||||
|
||||
Reference in New Issue
Block a user