79778629

Date: 2025-09-30 01:16:34
Score: 0.5
Natty:
Report link

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

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Ted Elliott