Skip to content

Commit

Permalink
Silence ruff on very long docstring line length for one function :D
Browse files Browse the repository at this point in the history
  • Loading branch information
pushfoo committed Jan 14, 2025
1 parent fda3731 commit 58ccf57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arcade/resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def load_kenney_fonts() -> None:
``"Kenney Rocket Square"`` ``:resources:fonts/ttf/Kenney/Kenney_Rocket_Square.ttf``
========================================= =========================================================================
"""
""" # noqa: E501 # Silence ruff # pending: better generation
from arcade.text import load_font

load_font(":system:fonts/ttf/Kenney/Kenney_Blocks.ttf")
Expand Down

0 comments on commit 58ccf57

Please sign in to comment.