mirror of https://github.com/celery/kombu.git
Moves pydocstyle config to setup.cfg
This commit is contained in:
parent
0cc7a517fa
commit
b6893da353
2
Makefile
2
Makefile
|
@ -98,7 +98,7 @@ flakeplusdiag:
|
|||
-$(MAKE) flakepluscheck
|
||||
|
||||
pep257check:
|
||||
$(PYDOCSTYLE) --ignore=D102,D104,D203,D105 "$(PROJ)"
|
||||
$(PYDOCSTYLE) "$(PROJ)"
|
||||
|
||||
flakes: flakediag flakeplusdiag pep257check
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue