mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-02 21:04:24 +01:00
benchmark-fix
This commit is contained in:
@@ -430,6 +430,3 @@ def version():
|
||||
# latest_report = json.load(file)
|
||||
|
||||
# return latest_report
|
||||
|
||||
if __name__ == "__main__":
|
||||
cli()
|
||||
|
||||
@@ -88,3 +88,6 @@ ensure_newline_before_comments = true
|
||||
line_length = 88
|
||||
sections = ["FUTURE", "STDLIB", "THIRDPARTY", "FIRSTPARTY", "LOCALFOLDER"]
|
||||
skip_glob = [".tox", "__pycache__", "*.pyc", "venv*/*", "reports", "venv", "env", "node_modules", ".env", ".venv", "dist", "agent/*", "agbenchmark/challenges/*"]
|
||||
|
||||
[tool.poetry.scripts]
|
||||
agbenchmark = "benchmark.start_benchmark:cli"
|
||||
|
||||
Reference in New Issue
Block a user