jdkandersson / flake8-docstrings-complete

Apache License 2.0
12 stars 2 forks source link

@cached_property not identifies as a a property in docstrings #11

Closed arturo-seijas closed 1 year ago

arturo-seijas commented 1 year ago

The decorator @cached_property is not identified as a property, causing DCO064 to be raised: DCO064 "certificates" attribute should not be described in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco064

It is my understanding that properties annotated with this decorator should also be present as attributes in the docstring

jdkandersson commented 1 year ago

Should be fixed in release v1.2.0