anybox / pylint_flask_sqlalchemy

pylint_flask_sqlalchemy is a Pylint plugin to improve static code analysis of Flask-SQLAlchemy based projects.
MIT License
8 stars 5 forks source link

Support of multiple model files #16

Open plbin97 opened 1 year ago

plbin97 commented 1 year ago

It works perfectly fine with only one model file.

However, when it comes to two model files, "no-member" error still comes up.