Skip to content

Commit ca3d7aa

Browse files
committed
Ignore PLR0912 too many branches
1 parent 05b5c27 commit ca3d7aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_fruitjam/peripherals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class Peripherals:
147147
See https://circuitpython.readthedocs.io/projects/neopixel/en/latest/api.html
148148
"""
149149

150-
def __init__( # noqa: PLR0913
150+
def __init__( # noqa: PLR0913, PLR0912
151151
self,
152152
audio_output: str = "headphone",
153153
safe_volume_limit: int = 12,

0 commit comments

Comments
 (0)