diff options
author | 2023-03-09 16:08:28 +0100 | |
---|---|---|
committer | 2023-03-09 16:08:28 +0100 | |
commit | d9e14caad13ab3879b1b88a588d8c16057de2a8f (patch) | |
tree | 0ded2ac0e57ff9c0fb9cd12b75f5de427066c813 | |
parent | add the botstrap dependency group (diff) |
add a poetry task to configure bot
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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 ." |