We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c1beb3 + 69e5228 commit b9ce661Copy full SHA for b9ce661
adafruit_pct2075.py
@@ -53,7 +53,7 @@
53
54
__version__ = "0.0.0-auto.0"
55
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PCT2075.git"
56
-# pylint: disable=bad-whitespace, too-few-public-methods
+# pylint: disable=too-few-public-methods
57
PCT2075_DEFAULT_ADDRESS = 0x37 # Address is configured with pins A0-A2
58
59
PCT2075_REGISTER_TEMP = 0 # Temperature register (read-only)
@@ -79,7 +79,7 @@ class FaultCount:
79
FAULT_6 = 3
80
81
82
-# pylint: enable=bad-whitespace, too-few-public-methods
+# pylint: enable=too-few-public-methods
83
84
85
class PCT2075:
0 commit comments