Lint suppression cleanups (#47248)
* Unused pylint suppression cleanups * Remove outdated pylint bug references * Add flake8-noqa config and note to run it every now and then * Add codes to noqa's * Unused noqa cleanups
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
"""Support for LIRC devices."""
|
||||
# pylint: disable=no-member, import-error
|
||||
# pylint: disable=import-error
|
||||
import logging
|
||||
import threading
|
||||
import time
|
||||
|
||||
Reference in New Issue
Block a user