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
situations where a warning is acknowledged, but not actually valid.
maintainers who don't have the resources to clean everything up now, but would like to broadly enforce no new violations, particularly in conjunction with using Travis to pre-screen PRs.
The text was updated successfully, but these errors were encountered:
I did some experiments with pylint yesterday. It has a mechanism for adding comments to the source to suppress specific messages, like this:
# These function names do not follow PEP-8, but are permitted for API
# compatibility. Suppress pylint complaints about them.
#
# pylint: disable=C0103
def fromMsg(msg):
Especially important for:
The text was updated successfully, but these errors were encountered: