We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df6209b commit 15aa9c8Copy full SHA for 15aa9c8
scripts/devcontainer_setup.sh
@@ -18,3 +18,6 @@ parallel --tag -j2 --line-buffer ::: "pip install --user -r requirements.txt -r
18
echo "Initializing git repository..."
19
20
git config --global --add safe.directory /workspaces/pigeon
21
+
22
+echo "Installing pre-commit hooks"
23
+pre-commit install
0 commit comments