Skip to content

Commit 7f531b7

Browse files
committed
disable pylint too-many-lines
1 parent a679094 commit 7f531b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/font_to_bin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
""" Quick script to convert Adafruit GFX font into binary file.
66
Taken from glcdfont.c from Adafruit GFX Arduino library. """
7+
# pylint: disable=too-many-lines
78
# fmt: off
89
WIDTH = 5
910
HEIGHT = 8

0 commit comments

Comments
 (0)