Skip to content

Commit

Permalink
Updating to ignore-classes sqlalchemy scoped_session
Browse files Browse the repository at this point in the history
(cherry picked from commit 39cc97c)
  • Loading branch information
michellethomas committed Mar 16, 2018
1 parent 2ca5b3f commit ffd2de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -282,12 +282,12 @@ 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
# expressions are accepted.
generated-members=query,add,flush,commit,delete,merge,no_autoflush,expunge_all
generated-members=

# List of decorators that produce context managers, such as
# contextlib.contextmanager. Add to this list to register other decorators that
Expand Down

0 comments on commit ffd2de3

Please sign in to comment.