We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e747c60 commit 96f750bCopy full SHA for 96f750b
scripts/project.sh
@@ -17,6 +17,7 @@ elif [ "$action" = "tools" ]; then
17
cd ${ROOT_DIR}
18
19
go install golang.org/x/tools/cmd/goimports@latest
20
+ pip install black==24.8.0 isort~=5.13.2 autoimport~=1.6.1
21
else
22
echo "Invalid action: '$action', please use $0 help for help"
23
fi
0 commit comments