Run automated code quality checks with Nox
mainAutomated quality checks (testing, linting, type checking, and documentation) are orchestrated by Nox. Nox uses noxfile.py to manage virtual environments and run specific task sessions. nox is automatically installed into your environment when you run uv sync.
# Run all default Nox sessions
uv run nox