fm tasks¶
| Task | Description |
|---|---|
lint |
Lint with ruff. |
format |
Format with ruff. |
typecheck |
Type-check with basedpyright. |
test |
Run the test suite. |
check |
Run format --check, lint, typecheck, and the covered suite — in parallel. |
sync |
Sync the environment to the lockfile (uv sync). |
footman |
|
docs |
Documentation site (Zensical) |
dist |
Build and publish |