Ignore Pylint warnings for LISA Constants
LISA Constants now uses dynamic generation of members. They are not recognized by Pylint, which issues no-member
(W0611) warnings for each imported constants.
We add the module to the .pylintrc to be ignored.