agtest/Justfile

11 lines
146 B
Makefile

watch:
watchexec -ce py,lark,ag -i gen 'just run'
doc:
pipenv run make -C docs html
run:
mypy *.py
python agtest
mypy gen/*.py