From 943fff8611e6f0f474256841f737d454752de66b Mon Sep 17 00:00:00 2001 From: sommersoft Date: Tue, 14 Aug 2018 20:01:03 -0500 Subject: [PATCH] ignore the board module imports in .pylintrc Signed-off-by: sommersoft --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 64f46ab..e9bab29 100644 --- a/.pylintrc +++ b/.pylintrc @@ -156,7 +156,7 @@ ignored-classes=optparse.Values,thread._local,_thread._local # (useful for modules/projects where namespaces are manipulated during runtime # and thus existing member attributes cannot be deduced by static analysis. It # supports qualified module names, as well as Unix pattern matching. -ignored-modules= +ignored-modules=board # Show a hint with possible names when a member name was not found. The aspect # of finding the hint is based on edit distance.