summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2016-10-11 13:33:10 -0700
committerAsk Solem <ask@celeryproject.org>2016-10-11 13:33:10 -0700
commitb6893da353746111c55f809be58fdd9051ce61d3 (patch)
tree6ad935f7e56eabdb697f5d4d3e2bf2958a634481 /Makefile
parent0cc7a517fa31493a2700e13ddbab36b82b0d7e45 (diff)
downloadkombu-b6893da353746111c55f809be58fdd9051ce61d3.tar.gz
Moves pydocstyle config to setup.cfg
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5dc04cd8..fbf715d7 100644
--- a/Makefile
+++ b/Makefile
@@ -98,7 +98,7 @@ flakeplusdiag:
-$(MAKE) flakepluscheck
pep257check:
- $(PYDOCSTYLE) --ignore=D102,D104,D203,D105 "$(PROJ)"
+ $(PYDOCSTYLE) "$(PROJ)"
flakes: flakediag flakeplusdiag pep257check