A lightweight Flask app for experimenting with Pixeltable and HTMX-driven UI prototypes.
The CI workflow runs Ruff for both linting and formatting on every push and pull request targeting main. Run the same checks locally before opening a PR:
ruff format --check .
ruff check .