Skip to content

Commit

Permalink
Rebuild development environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed May 15, 2020
1 parent 792a1fd commit 9bc4b0e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
-r requirements.txt
black
flake8
mypy
pre-commit
pylint
pylint-strict-informational
pyupgrade
yamllint
1 change: 1 addition & 0 deletions script/setup
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ cd "${ROOT}"
script/bootstrap

pre-commit install
pip3 install -r requirements-dev.txt

CONFIG=/run/user/$(id -u)/gvfs/smb-share:server=hassio,share=config/
if [ -d "$CONFIG" ] && [ ! -e dev-config ]; then
Expand Down

0 comments on commit 9bc4b0e

Please sign in to comment.