Skip to content

Commit 4c47f3b

Browse files
committed
Run pre-commit
1 parent bb6870c commit 4c47f3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_ra8875/ra8875.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
__version__ = "0.0.0+auto.0"
4545
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_RA8875.git"
4646

47+
4748
# pylint: disable-msg=invalid-name
4849
def color565(r: int, g: int = 0, b: int = 0) -> int:
4950
"""Convert red, green and blue values (0-255) into a 16-bit 565 encoding."""

0 commit comments

Comments
 (0)