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