Skip to content

Commit 4d592e3

Browse files
committed
Added isort for future
1 parent e3ee481 commit 4d592e3

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.isort.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[settings]
2+
profile = black
3+
multi_line_output = 3

deploy/deploy.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ echo "Updating pip and setuptools"
3131
echo
3232
echo
3333
echo "Updating Python dependencies"
34-
"${PIP}" install -r "${APP_DIR}/requirements.txt"
34+
"${PIP}" install -e "${APP_DIR}/"
3535

3636
echo
3737
echo

0 commit comments

Comments
 (0)