From d969125d7acc8f0cfb0677d7efda900a99553423 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Thu, 12 Oct 2017 19:41:59 -0700 Subject: [PATCH] Update pydocstyle config for unit tests --- tests/unit/.pydocstylerc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/.pydocstylerc b/tests/unit/.pydocstylerc index d55a0255..492bc6b8 100644 --- a/tests/unit/.pydocstylerc +++ b/tests/unit/.pydocstylerc @@ -1,2 +1,2 @@ [pydocstyle] -ignore = D101,D102 +ignore = D101,D102,D106,D107