Files
blackroad-os-pack-finance/Makefile
2025-11-24 02:28:57 -06:00

17 lines
182 B
Makefile

PY=python
PIP=pip
install:
$(PIP) install -r requirements.txt
lint:
ruff check .
eslint agents --ext .ts
fmt:
black .
prettier --write agents workflows lib
test:
$(PY) -m pytest