Skip to content

Public-Facing gallery for our website. PRs welcome!

Notifications You must be signed in to change notification settings

streamlit/gallery

Repository files navigation

gallery

Scripts-first repo with:

  • pre-commit for consistent checks on commit
  • Ruff for Python linting/formatting
  • Prettier for JSON formatting

Setup (local)

Create a virtualenv and install dev tools:

uv venv
source .venv/bin/activate
uv sync --dev

Install git hooks:

pre-commit install

Run all hooks:

pre-commit run --all-files

Note: pre-commit will also set up an isolated Node environment to run Prettier.

About

Public-Facing gallery for our website. PRs welcome!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages