The exclude-too-few-public-methods setting is a regex of parent class names. Can your Meta class extend something else? Maybe you could have a BaseMeta class that all the Meta classes extend and specify BaseMeta in your exclude setting. You should also be able to put that setting in a .pylintrc file so you don’t need to pass it in the command line