agtest/Justfile
2021-09-30 16:07:36 -05:00

11 lines
139 B
Makefile

watch:
watchexec -ce py,lark,ag -i gen 'just run'
fmt:
pipenv run black .
run:
mypy *.py
python agmain.py
mypy gen/*.py