mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
style: Run linter on benchmark.py
This commit is contained in:
parent
1fb33f0c47
commit
6238a07c8f
1 changed files with 4 additions and 3 deletions
|
@ -240,6 +240,7 @@ def main(
|
|||
return
|
||||
|
||||
assert BENCHMARK_DNAME.exists() and BENCHMARK_DNAME.is_dir(), BENCHMARK_DNAME
|
||||
|
||||
def get_exercise_dirs(base_dir, languages=None):
|
||||
"""Get all exercise directories for specified languages (or all if none specified)"""
|
||||
base_dir = Path(base_dir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue