agtest/Justfile
2021-09-30 22:50:56 -05:00

12 lines
193 B
Makefile

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