Skip to content

Commit

Permalink
Fix mypy missing from dev install script (home-assistant#28060)
Browse files Browse the repository at this point in the history
* Fix mypy missing

* Update bootstrap

* Update script/bootstrap

Co-Authored-By: cgtobi <cgtobi@users.noreply.github.com>
  • Loading branch information
2 people authored and balloob committed Oct 21, 2019
1 parent 86b204d commit ef194d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit ef194d1

Please sign in to comment.