mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
style(scripts): add flake8 noqa directive to 30k-image.py
This commit adds a flake8 directive to disable the E501 line length check for the 30k-image.py script.
This commit is contained in:
parent
40a5a88d56
commit
1f6f480864
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
# flake8: noqa: E501
|
||||||
"""
|
"""
|
||||||
Generate a celebratory SVG image for Aider reaching 30,000 GitHub stars.
|
Generate a celebratory SVG image for Aider reaching 30,000 GitHub stars.
|
||||||
This creates a shareable social media graphic with confetti animation.
|
This creates a shareable social media graphic with confetti animation.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue