From ba9ff186d45093ca7d32d4513be046e7b96c3260 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Fri, 10 Jul 2020 15:29:33 -0400 Subject: [PATCH] Fix ghnav-flask linter errors --- examples/.pydocstylerc | 2 +- examples/miniapps/ghnav-flask/githubnavigator/__init__.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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."""