Application is deployed to the Streamlit cloud
streamlit run app.py
pip install -r requirements-dev.txt
- add hooks
pre-commit install pre-commit install --hook-type commit-msg
- update to the latest versions
pre-commit autoupdate
pre-commit run --all-files