From 4aaa7bff55fc89e8085d12cfc352eedbbf14a271 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 29 Jun 2020 14:53:17 -0400 Subject: [PATCH] Add D203,D213 to examples pydocstyle ignore --- examples/.pydocstylerc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/.pydocstylerc b/examples/.pydocstylerc index 816edd58..f9c55352 100644 --- a/examples/.pydocstylerc +++ b/examples/.pydocstylerc @@ -1,2 +1,2 @@ [pydocstyle] -ignore = D101 +ignore = D101,D203,D213