mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
style: Fix line length in clean_metadata.py for flake8 compliance
This commit is contained in:
parent
758020c574
commit
b2d541f1eb
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,8 @@ def main():
|
||||||
print("(No differences found)")
|
print("(No differences found)")
|
||||||
else:
|
else:
|
||||||
for line in diff_lines:
|
for line in diff_lines:
|
||||||
# Add color for better readability (optional, requires a library like 'termcolor' or manual ANSI codes)
|
# Add color for better readability (optional, requires a library
|
||||||
|
# like 'termcolor' or manual ANSI codes)
|
||||||
# Simple +/- indication is standard for diffs
|
# Simple +/- indication is standard for diffs
|
||||||
print(line)
|
print(line)
|
||||||
print("\n" + "=" * 40 + "\n")
|
print("\n" + "=" * 40 + "\n")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue