ignore the board module imports in .pylintrc
Signed-off-by: sommersoft <sommersoft@gmail.com>
This commit is contained in:
parent
2d716298de
commit
1c8dade7c0
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue