Skip to content

Commit 77cf7cb

Browse files
authored
Update adafruit_logo_vector.py
1 parent 48fc923 commit 77cf7cb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

CPX_DAC_Guide/adafruit_logo_vector.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
(Other route is to ask Adafruit for vector version!)
77
"""
88

9-
### pylint: disable=invalid-name
9+
### 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
1012
offset_x = -10
1113
offset_y = 9
1214

@@ -218,4 +220,4 @@
218220
#(243.14004, 239.17141),
219221
#(243.14004, 239.17141),
220222
]
221-
] ### pylint has a strange opinion on indentation here
223+
]

0 commit comments

Comments
 (0)