Skip to content

Commit 15aa9c8

Browse files
committed
install pre-commit in setup script
1 parent df6209b commit 15aa9c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/devcontainer_setup.sh

+3
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ parallel --tag -j2 --line-buffer ::: "pip install --user -r requirements.txt -r
1818
echo "Initializing git repository..."
1919

2020
git config --global --add safe.directory /workspaces/pigeon
21+
22+
echo "Installing pre-commit hooks"
23+
pre-commit install

0 commit comments

Comments
 (0)