expensynth / Makefile
Shrijeeth-Suresh
feat: add Makefile and integrate live financial data with auto-refresh charts
01c92a0
raw
history blame contribute delete
183 Bytes
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