Skip to content

Commit f06008f

Browse files
committed
ignore the board module imports in .pylintrc
Signed-off-by: sommersoft <[email protected]>
1 parent ec00ffa commit f06008f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ ignored-classes=optparse.Values,thread._local,_thread._local
155155
# (useful for modules/projects where namespaces are manipulated during runtime
156156
# and thus existing member attributes cannot be deduced by static analysis. It
157157
# supports qualified module names, as well as Unix pattern matching.
158-
ignored-modules=
158+
ignored-modules=board
159159

160160
# Show a hint with possible names when a member name was not found. The aspect
161161
# of finding the hint is based on edit distance.

0 commit comments

Comments
 (0)