agtest/Justfile

8 lines
110 B
Makefile

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