agtest/Justfile

12 lines
154 B
Makefile

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