Skip to content

Commit 131c83e

Browse files
author
Tom Thompson
committed
Disable pylint attribute limit
1 parent be71b45 commit 131c83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_wiznet5k/adafruit_wiznet5k.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
SRC_PORTS = [0] * W5200_W5500_MAX_SOCK_NUM
128128

129129

130-
class WIZNET5K: # pylint: disable=too-many-public-methods
130+
class WIZNET5K: # pylint: disable=too-many-public-methods, too-many-instance-attributes
131131
"""Interface for WIZNET5K module.
132132
133133
:param ~busio.SPI spi_bus: The SPI bus the Wiznet module is connected to.

0 commit comments

Comments
 (0)