Closed brentru closed 3 years ago
Tests used by this library use a mix of CPython/CircuitPython and do not pass our linter. Added note to the top of file about why we're performing a global disable along with a pylint:disable= for each file with the errors thrown by the linter.
pylint:disable=
@kattni
@kattni this is passing so I'll merge
Tests used by this library use a mix of CPython/CircuitPython and do not pass our linter. Added note to the top of file about why we're performing a global disable along with a
pylint:disable=
for each file with the errors thrown by the linter.@kattni