Skip to content

Commit 8c5d165

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

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)