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 f439d70 + 948e4a6 commit 439e6d8Copy full SHA for 439e6d8
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
name: pylint (library code)
25
types: [python]
26
args:
27
- - --disable=consider-using-f-string
+ - --disable=consider-using-f-string,duplicate-code
28
exclude: "^(docs/|examples/|tests/|setup.py$)"
29
- id: pylint
30
name: pylint (example code)
adafruit_lsm6ds/__init__.py
@@ -58,7 +58,7 @@
58
from time import sleep
59
from math import radians
60
from micropython import const
61
-import adafruit_bus_device.i2c_device as i2c_device
+from adafruit_bus_device import i2c_device
62
63
from adafruit_register.i2c_struct import ROUnaryStruct, Struct
64
from adafruit_register.i2c_bits import RWBits
0 commit comments