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 e71ad7c
Show file tree
Hide file tree
Showing 2 changed files with 5 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
2 changes: 2 additions & 0 deletions server/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,5 @@ def thread():
_embed_existing_documents(docs)

generate_fake_thread()

print("hi")

0 comments on commit e71ad7c

Please sign in to comment.