Open aannara opened 1 year ago
Need an option to avoid documenting, "def _private_method(param1, param2)";
"def _private_method(param1, param2)"
Currently it gives, DCO010 docstring should be defined for a function/ method/ class, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco010
DCO010 docstring should be defined for a function/ method/ class, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco010
@jdkandersson any plans to support this corner case?
Need an option to avoid documenting,
"def _private_method(param1, param2)"
;Currently it gives,
DCO010 docstring should be defined for a function/ method/ class, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco010