sclorg / rpm-list-builder

RPM List Builder helps you to build a list of defined RPM packages including Software Collection from the recipe file
GNU General Public License v2.0
4 stars 8 forks source link

Enable pydocstyle #96

Open junaruga opened 7 years ago

junaruga commented 7 years ago

This is needed before fix https://github.com/sclorg/rpm-list-builder/issues/5 .

junaruga commented 7 years ago

Close this ticket. pydocstyle looks better than flake8-docstrings.

Because we can customize the directories to check the document. Like this.

tox.ini style task.

flake8 --show-source --statistics rpmlb/ setup.py tests/
pydocstyle rpmlb/ setup.py