rpm-software-management / spec-cleaner

spec-cleaner
BSD 3-Clause "New" or "Revised" License
28 stars 34 forks source link

Add missing docstrings detected by pre-commit #282

Open scarabeusiv opened 4 years ago

scarabeusiv commented 4 years ago

There is still missing handful of docstrings reported by pre-commit run --all-files as we check them by flake8.

kstreitova commented 4 years ago

I kinda thought that the docstrings could be added a little by little every time a file with missing docstrings is touched by someone and pre-commit complains about it :)