Closed garrettheath4 closed 2 years ago
@garrettheath4 This is failing on black
, could you fix this and re-commit. Changes look good.
I merged main to this branch and resolved the conflicts. Fixed one other pylint issue resulting from renaming some of the arguments in this PR.
Changes look good to me as well.
Expanded documentation to include dynamically-generated module-level attributes that cannot be detected (by an IDE) or documented (by NumpyDoc) without running the code. Specifically:
adafruit_logging.NOTSET
adafruit_logging.DEBUG
adafruit_logging.INFO
adafruit_logging.WARNING
adafruit_logging.ERROR
adafruit_logging.CRITICAL
are all module-level attributes that are generated using this block of metaprogramming (line 65):