use-set-for-membership / R6201#
Message emitted:
Consider using set for membership test
Description:
Membership tests are more efficient when performed on a lookup optimized datatype like ``sets``.
Correct code:
# This is a placeholder for correct code for this message.
Additional details:
You can help us make the doc better by contributing !
Note
This message is emitted by the optional 'set_membership' checker which requires the pylint.extensions.set_membership
plugin to be loaded.
Created by the set_membership checker.