diff --git a/examples/.pydocstylerc b/examples/.pydocstylerc index f9c55352..eda12aa0 100644 --- a/examples/.pydocstylerc +++ b/examples/.pydocstylerc @@ -1,2 +1,2 @@ [pydocstyle] -ignore = D101,D203,D213 +ignore = D101,D103,D107,D203,D213 diff --git a/examples/miniapps/ghnav-flask/githubnavigator/__init__.py b/examples/miniapps/ghnav-flask/githubnavigator/__init__.py index e69de29b..1c744ca5 100644 --- a/examples/miniapps/ghnav-flask/githubnavigator/__init__.py +++ b/examples/miniapps/ghnav-flask/githubnavigator/__init__.py @@ -0,0 +1 @@ +"""Top-level package."""