#!/bin/sh

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