You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"start": "streamlit run app.py --server.headless=true",
"lint": "python -m ruff check .",
"test": "python -m pytest smoke_test.py -v",
"clean": "python -c \"import shutil, os; [shutil.rmtree(d) for d in ['__pycache__', '.pytest_cache', '.mypy_cache', '.ruff_cache'] if os.path.isdir(d)]; print('cleaned')\""