Skip to content

Commit 1416d93

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

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
@@ -153,7 +153,7 @@ ignored-classes=optparse.Values,thread._local,_thread._local
153153
# (useful for modules/projects where namespaces are manipulated during runtime
154154
# and thus existing member attributes cannot be deduced by static analysis. It
155155
# supports qualified module names, as well as Unix pattern matching.
156-
ignored-modules=
156+
ignored-modules=board
157157

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

0 commit comments

Comments
 (0)