Skip to content

Commit bbb0bb9

Browse files
Add flake and fix poetry installationg
1 parent 2b2f347 commit bbb0bb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/project.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ elif [ "$action" = "tools" ]; then
2525
if [ "${LANGUAGE}" == "go" ]; then
2626
go install golang.org/x/tools/cmd/goimports@latest
2727
elif [ "${LANGUAGE}" == "python" ]; then
28-
pip install black==24.8.0 isort~=5.13.2 autoimport~=1.6.1 poetry
28+
pip install black==24.8.0 isort~=5.13.2 autoimport~=1.6.1 poetry flake8
29+
poetry config virtualenvs.create false
2930
else
3031
echo "! Invalid language: $($LANGUAGE), please use $0 help for help"
3132
fi

0 commit comments

Comments
 (0)