Open junaruga opened 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
This is needed before fix https://github.com/sclorg/rpm-list-builder/issues/5 .