Each skip file has been populated with the pylint errors I actually got locally when checking the file.
2 lines
232 B
Text
2 lines
232 B
Text
FeatherCAN_CircuitPython/sender-ack.py 51: Unnecessary "else" after "break" (no-else-break)
|
|
FeatherCAN_CircuitPython/sender-ack.py 52: Using an f-string that does not have any interpolated variables (f-string-without-interpolation)
|