From d9e14caad13ab3879b1b88a588d8c16057de2a8f Mon Sep 17 00:00:00 2001 From: shtlrs Date: Thu, 9 Mar 2023 16:08:28 +0100 Subject: add a poetry task to configure bot --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6729adfe3..05f4af68b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,6 +62,7 @@ build-backend = "poetry.core.masonry.api" [tool.taskipy.tasks] start = "python -m bot" +configure = "python -m botstrap" lint = "pre-commit run --all-files" precommit = "pre-commit install" build = "docker build -t ghcr.io/python-discord/bot:latest -f Dockerfile ." -- cgit v1.2.3