Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Make pylint aware that db.session is autogenerated
  • Loading branch information
tdemin committed Jun 4, 2019
1 parent dca1965 commit 3e2079c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Expand Up @@ -88,7 +88,7 @@ property-classes=abc.abstractproperty
ignore-mixin-members=yes
ignored-modules=
ignored-classes=SQLObject, SQLAlchemy, optparse.Values, thread._local, _thread._local
generated-members=REQUEST,acl_users,aq_parent
generated-members=REQUEST,acl_users,aq_parent,db.session
contextmanager-decorators=contextlib.contextmanager

[DESIGN]
Expand Down

0 comments on commit 3e2079c

Please sign in to comment.