summaryrefslogtreecommitdiff
path: root/setup.cfg
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 /setup.cfg
parent0cc7a517fa31493a2700e13ddbab36b82b0d7e45 (diff)
downloadkombu-b6893da353746111c55f809be58fdd9051ce61d3.tar.gz
Moves pydocstyle config to setup.cfg
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index b4362123..041fefdd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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