Moves pydocstyle config to setup.cfg

This commit is contained in:
Ask Solem 2016-10-11 13:33:10 -07:00
parent 0cc7a517fa
commit b6893da353
3 changed files with 5 additions and 2 deletions

View File

@ -98,7 +98,7 @@ flakeplusdiag:
-$(MAKE) flakepluscheck
pep257check:
$(PYDOCSTYLE) --ignore=D102,D104,D203,D105 "$(PROJ)"
$(PYDOCSTYLE) "$(PROJ)"
flakes: flakediag flakeplusdiag pep257check

View File

@ -12,6 +12,9 @@ all_files = 1
# whenever it makes the code more readable.
ignore = N806, N802, N801, N803
[pep257]
ignore = D102,D104,D203,D105
[bdist_rpm]
requires = amqp >= 1.4.5

View File

@ -57,4 +57,4 @@ commands =
[testenv:pydocstyle]
commands =
pydocstyle --ignore=D102,D104,D203,D105 kombu
pydocstyle {toxinidir}/kombu