style:
    npx @tailwindcss/cli -i ./src/newsflash/web/app/static/app/input.css -o ./src/newsflash/web/app/static/app/output.css --watch

format:
    uv run ruff format . && uv run ruff check --fix .

test:
    uv run ./src/newsflash_cli/run_tests.py

coverage:
    uv run coverage run --source='.' ./src/newsflash_cli/run_tests.py && uv run coverage report -m