mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
fix(server): code.py as a filename overshadows an internal python file (#7496)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user