Skip to content

Commit 53fcd8a

Browse files
authored
Merge pull request #8 from sommersoft/pylintrc
Ignore the board module imports in .pylintrc
2 parents eb7c320 + 735c8c2 commit 53fcd8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
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)