terrencepreilly / darglint

A python documentation linter which checks that the docstring description matches the definition.
MIT License
481 stars 41 forks source link

Support `abc.abstractmethod` in abstract detection #184

Open thejcannon opened 2 years ago

thejcannon commented 2 years ago

Fixes #183

Specifically, we're allowing any XYZ.abstractmethod decorator, as some might roll their own or add bells and whistles on top of abc.abstractmethod.

maltevesper commented 2 years ago

This looks good :). @terrencepreilly could you please merge this?

thejcannon commented 2 years ago

@terrencepreilly bump