all: clean
	uv run pytest tests/test_llm_call.py::test_llm_call_formatter_mismatch_raises_exception

clean:
	clear