mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
Adding to list of generated-members to fix pylint errors (#4632)
* Adding to list of generated-members * Updating to ignore-classes sqlalchemy scoped_session
This commit is contained in:
committed by
John Bodley
parent
3f1dfb3173
commit
97afcd5809
@@ -282,7 +282,7 @@ ignored-modules=numpy,pandas,alembic.op,sqlalchemy,alembic.context,flask_appbuil
|
||||
# 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,sqlalchemy.orm.scoping.scoped_session
|
||||
|
||||
# List of members which are set dynamically and missed by pylint inference
|
||||
# system, and so shouldn't trigger E1101 when accessed. Python regular
|
||||
|
||||
Reference in New Issue
Block a user