agtest/Justfile
2021-10-01 12:33:51 -05:00

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