We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c4ac2 commit 7223fedCopy full SHA for 7223fed
1 file changed
.devcontainer/swift/user.sh
@@ -9,8 +9,8 @@ cd /workspaces/codeql
9
bazel run swift/create-extractor-pack
10
11
#install and set up pre-commit
12
-python3 -m pip install pre-commit
13
-pre-commit install
+python3 -m pip install pre-commit --no-warn-script-location
+$HOME/.local/bin/pre-commit install
14
15
cat >> $HOME/.bashrc << EOF
16
0 commit comments