lint:
uv run ruff format --diff
uv run ruff check
format:
uv run ruff format
uv run ruff check --fix