diff --git a/examples/.pydocstylerc b/examples/.pydocstylerc index eda12aa0..c5b7bc0f 100644 --- a/examples/.pydocstylerc +++ b/examples/.pydocstylerc @@ -1,2 +1,2 @@ [pydocstyle] -ignore = D101,D103,D107,D203,D213 +ignore = D100,D101,D102,D103,D107,D203,D213