mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
style: Run linter
This commit is contained in:
parent
3069db0cfd
commit
892fd5a6ef
1 changed files with 6 additions and 6 deletions
|
@ -252,7 +252,7 @@ def analyze_exercise_solutions(dirs=None, topn=None, copy_hard_set=False):
|
||||||
print(f"\nCopying hard set problems to {dst_dir}...")
|
print(f"\nCopying hard set problems to {dst_dir}...")
|
||||||
|
|
||||||
# Get the base names of hard set problems
|
# Get the base names of hard set problems
|
||||||
hard_set_bases = {exercise.split('/')[0] for exercise in hard_set}
|
hard_set_bases = {exercise.split("/")[0] for exercise in hard_set}
|
||||||
|
|
||||||
# Copy each hard set problem's directory
|
# Copy each hard set problem's directory
|
||||||
for lang_dir in src_dir.glob("*/exercises/practice"):
|
for lang_dir in src_dir.glob("*/exercises/practice"):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue