Files
konabot/justfile

6 lines
110 B
Makefile

watch:
poetry run watchfiles bot.main . --filter scripts.watch_filter.filter
test:
poetry run pytest