Ignore methods with 'super'
Lissov opened this issue · 1 comments
Lissov commented
Would be great to have an option to ignore (not highlight) overrides that call super. In such cases developer obviously is aware of the override.
hmil commented
I suppose it could be useful indeed.
This is, however, a matter of personal preference: some might still want the decorator for consistency's sake.
I'm open to adding this feature, provided it is off by default and gets enabled with a specific config setting.