We'll also discover your venv if you:
- Activate it manually (`source .venv/bin/activate`, etc.)
- Set the `VIRTUAL_ENV` environment variable
- Or use a command such as `uv run` or the equivalent from pdm/poetry/hatch to run ty (these project managers usually implicitly set the `VIRTUAL_ENV` variable to point to the project's virtual environment before executing any commands)