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 trying a lot of these options, plugins and adding query and all. The only solution that erased those scoped_session errors was using:
pylint --generate-rcfile > pylintrc
pylint