agtest/Justfile

11 lines
149 B
Makefile
Raw Normal View History

2021-06-09 00:56:30 +00:00
watch:
2021-09-30 20:32:32 +00:00
watchexec -ce py,lark,ag -i gen 'just run'
2021-10-01 03:50:56 +00:00
doc:
pipenv run make -C docs html
2021-09-30 21:07:36 +00:00
2021-09-30 20:32:32 +00:00
run:
mypy *.py
python agmain.py
mypy gen/*.py