uv sync --extra dev
./scripts/lint.sh
./scripts/format.shuv sync --extra dev
uv run pre-commit-installif you want to uninstall pre-commit, you can run the following command:
uv run pre-commit uninstallNote
pre-commit will run automatically when you commit your changes.