Skip to content

Commit 96f750b

Browse files
committed
adds python tools
1 parent e747c60 commit 96f750b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/project.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ elif [ "$action" = "tools" ]; then
1717
cd ${ROOT_DIR}
1818

1919
go install golang.org/x/tools/cmd/goimports@latest
20+
pip install black==24.8.0 isort~=5.13.2 autoimport~=1.6.1
2021
else
2122
echo "Invalid action: '$action', please use $0 help for help"
2223
fi

0 commit comments

Comments
 (0)