mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
chore: Rename exercism dir to polyglot-benchmark
This commit is contained in:
parent
1467a673b9
commit
188e1f788d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ from aider.io import InputOutput
|
|||
|
||||
BENCHMARK_DNAME = Path(os.environ.get("AIDER_BENCHMARK_DIR", "tmp.benchmarks"))
|
||||
|
||||
EXERCISES_DIR_DEFAULT = "exercism-python"
|
||||
EXERCISES_DIR_DEFAULT = "polyglot-benchmark"
|
||||
|
||||
app = typer.Typer(add_completion=False, pretty_exceptions_enable=False)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue