I have a Flask (v0.10.1) application using Flask-SQLAlchemy (v2.0) and I\'m trying to configure Pylint to check it. Running with Python 3.4.2.
First error was:
After a lot of investigation I was not able to make Pylint to understand this member, so I just added query to the generated-members list and the check is ignored.
query
generated-members
It's not a perfect solution but it works.