fix(server): code.py as a filename overshadows an internal python file (#7496)

This commit is contained in:
Nicholas Tindle
2024-07-18 22:30:54 -05:00
committed by GitHub
parent e1795b8216
commit 64edf12c31
2 changed files with 2 additions and 2 deletions

View File

@@ -53,8 +53,8 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
app = "autogpt_server.app:main"
cli = "autogpt_server.cli:main"
format = "code:format"
lint = "code:lint"
format = "linter:format"
lint = "linter:lint"
# https://poethepoet.natn.io/index.html
[tool.poe]