Skip to content

Commit

Permalink
install pre-commit in setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
azliu0 committed Apr 26, 2024
1 parent 5e3d3ee commit 189302f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/devcontainer_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ parallel --tag -j2 --line-buffer ::: "pip install --user -r requirements.txt -r
echo "Initializing git repository..."

git config --global --add safe.directory /workspaces/pigeon

echo "Installing pre-commit hooks"
pre-commit install

0 comments on commit 189302f

Please sign in to comment.