Closed OrBin closed 5 years ago
We decided to abandon the idea of forcing a docstring due each function, class and module, from a thought that its positive effect is not that significant and that adding this additional rule will be very annoying during the development. In #68, we added some necessary docstrings.
Add docstrings to classes, modules and functions. Remove
disable=missing-docstring
from.pylintrc
.Related to #26.