chore: prepare release v0.4.0
Test / test (push) Successful in 1m7s
Release / release (push) Successful in 1m11s

This commit is contained in:
2026-07-26 18:15:29 +02:00
parent 19c6161ae0
commit 3b8ed31f67
61 changed files with 6614 additions and 2704 deletions
+10 -5
View File
@@ -11,15 +11,20 @@ dev:
uv run volumen serve --config ./config.toml --content ./posts
build:
uv run ruff check src/ tests/
uv run ruff format --check src/ tests/
uv sync --frozen
just fmt-check
just test
test:
uv run pytest
fmt:
uv run ruff format src/ tests/
uv run ruff check --fix src/ tests/
uv run ruff format src/ tests/ exe/
uv run ruff check --fix src/ tests/ exe/
fmt-check:
uv run ruff format --check src/ tests/ exe/
uv run ruff check src/ tests/ exe/
uninstall:
rm -rf dist/ __pycache__ .pytest_cache .ruff_cache
rm -rf dist/ __pycache__ .pytest_cache .ruff_cache