We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48fc923 commit 77cf7cbCopy full SHA for 77cf7cb
1 file changed
CPX_DAC_Guide/adafruit_logo_vector.py
@@ -6,7 +6,9 @@
6
(Other route is to ask Adafruit for vector version!)
7
"""
8
9
-### pylint: disable=invalid-name
+### pylint 2.3.1 has some strange opinions on data structure indentation here
10
+### and this conflicts with version 1.9.2
11
+### pylint: disable=invalid-name,bad-continuation
12
offset_x = -10
13
offset_y = 9
14
@@ -218,4 +220,4 @@
218
220
#(243.14004, 239.17141),
219
221
222
]
- ] ### pylint has a strange opinion on indentation here
223
+ ]
0 commit comments