You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ludovico Bianchi edited this page Jun 14, 2023
·
1 revision
Pylint How-Tos
Enable or disable specific messages (checks) globally
Find the Pylint version used for FOQUS by looking in requirements-dev.txt (at the moment of writing, this is 2.14.2)
Go to the Pylint online documentation and select the closest version among those available (at the moment of writing, this is 2.14.5: https://pylint.readthedocs.io/en/v2.14.5)
Locate the message you're interested in. Some messages are simple, while others, e.g. invalid-name, are more complex and can be further customized (in addition to being enabled/disabled) via configuration parameters