#!/bin/sh

echo "onCreateCommand: start"
git config --global --add safe.directory /workspaces/brave-search-python-client
rm -rf .nox
rm -rf .venv
uv sync --frozen
uv run pre-commit install
echo "onCreateCommand: end"
