Skip to content

Commit

Permalink
Adding to list of generated-members to fix pylint errors (#4632)
Browse files Browse the repository at this point in the history
* Adding to list of generated-members

* Updating to ignore-classes sqlalchemy scoped_session
  • Loading branch information
michellethomas authored and john-bodley committed Mar 16, 2018
1 parent 3f1dfb3 commit 97afcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97afcd5

Please sign in to comment.