Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 669 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 669 Bytes

Ruff

Visualization

Application is deployed to the Streamlit cloud

Run locally

streamlit run app.py

Development

Install dev requirements

pip install -r requirements-dev.txt

Install pre-commit

  • add hooks
    pre-commit install
    pre-commit install --hook-type commit-msg
  • update to the latest versions
    pre-commit autoupdate

Formatting and Linting

pre-commit run --all-files