From f8280e3b58cd00485737d42218ffe32ca809a9b2 Mon Sep 17 00:00:00 2001 From: Jacopo Notarstefano Date: Mon, 21 Aug 2017 10:06:07 +0200 Subject: [PATCH] tests: pydocstyle 2.0.0 imperative mood fix * Ignores pydocstyle error code D401 ("First line should be in imperative mood") as the parsing and detection is pretty broken. (addresses inveniosoftware/troubleshooting#9) Signed-off-by: Jacopo Notarstefano --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 66be8ee..499ca48 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,6 +34,9 @@ all_files = 1 [bdist_wheel] universal = 1 +[pydocstyle] +add_ignore = D401 + [compile_catalog] directory = invenio_collections/translations/