adafruit / Adafruit_CircuitPython_datetime

Basic date and time types. Implements a subset of the CPython datetime module.
MIT License
4 stars 9 forks source link

Fix failing CI tests on lint #7

Closed brentru closed 3 years ago

brentru commented 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.

@kattni

brentru commented 3 years ago

@kattni this is passing so I'll merge