forked from mirrors/thatmattlove-hyperglass
Ignore Status class because of dynamic attributes
This commit is contained in:
parent
964a3c3381
commit
8ad4c2c2bc
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ ignore-on-opaque-inference=yes
|
|||
# List of class names for which member attributes should not be checked (useful
|
||||
# for classes with dynamically set attributes). This supports the use of
|
||||
# qualified names.
|
||||
ignored-classes=optparse.Values,thread._local,_thread._local
|
||||
ignored-classes=optparse.Values,thread._local,_thread._local,Status
|
||||
|
||||
# List of module names for which member attributes should not be checked
|
||||
# (useful for modules/projects where namespaces are manipulated during runtime
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue