Well, pylint is meant to detect errors someone made and can correct. One can hide false positives (made pylint diagnostics cluttered) by puttingat the end of each line invoking RPi.GPIO (pylint does not like RPi.GPIO...)
Code:
# pylint: disable=E1101
Statistics: Posted by dbrion1 — Mon Feb 26, 2024 6:38 pm