Spaces:
Running
Running
Shrijeeth-Suresh
feat: add Makefile and integrate live financial data with auto-refresh charts
01c92a0
format: | |
python -m ruff format . | |
lint: | |
python -m ruff check --select I,RUF022 --fix . | |
check: | |
python -m ruff check . | |
install: | |
pip install -r requirements.txt | |
run: | |
python app.py |