- Before handing work over, run autofixable checks first. Use
uv run ruff format && uv run ruff check --fix, then verify withuv run ruff format --check && uv run ruff check. - For Python test validation in this repo, use
PYTHONPATH=$PWD uv run --no-project --with requests python3 -m unittest discover -s tests.