agtest/Justfile

12 lines
154 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-09-30 21:07:36 +00:00
fmt:
pipenv run black .
2021-09-30 21:37:43 +00:00
dos2unix *
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