benchmark-fix

This commit is contained in:
Merwane Hamadi
2023-09-11 18:22:50 -07:00
parent 91572681a5
commit b08a588c4f
2 changed files with 3 additions and 3 deletions

View File

@@ -430,6 +430,3 @@ def version():
# latest_report = json.load(file)
# return latest_report
if __name__ == "__main__":
cli()

View File

@@ -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"