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:
MDW 2025-04-16 18:32:50 +02:00
parent 40a5a88d56
commit 1f6f480864
No known key found for this signature in database

View file

@ -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.