You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pylint_flask_sqlalchemy v1.0.0 is incompatible with pylint and astroid v3.1.0, causing TypeError due to missing col_offset, parent, end_lineno, and end_col_offset in ClassDef.
PyPi is still serving v0.2.0 of pylint-flask-sqlalchemy and should be updated to point to latest version on Github, not Gitlab
A fork at https://github.com/chok/pylint_flask_sqlalchemy/ seems to address the TypeError issues. Consider reviewing changes there for potential inclusion or inspiration for fixes.
Suggested Labels
bug
compatibility
The text was updated successfully, but these errors were encountered:
Description
pylint_flask_sqlalchemy
v1.0.0 is incompatible withpylint
andastroid
v3.1.0, causingTypeError
due to missingcol_offset
,parent
,end_lineno
, andend_col_offset
inClassDef
.Steps to Reproduce
pylint
andastroid
v3.1.0.pylint_flask_sqlalchemy
v1.0.0.pylint
on a Flask-SQLAlchemy project.TypeError
.Expected Behavior
The plugin should work without errors.
Actual Behavior
Errors due to missing parameters in
ClassDef
.Possible Fix
Update
ClassDef
instantiation in the plugin:Additional Information
pylint==3.1.0
,astroid==3.1.0
,pylint_flask_sqlalchemy==1.0.0
pylint-flask-sqlalchemy
and should be updated to point to latest version on Github, not Gitlabhttps://github.com/chok/pylint_flask_sqlalchemy/
seems to address the TypeError issues. Consider reviewing changes there for potential inclusion or inspiration for fixes.Suggested Labels
The text was updated successfully, but these errors were encountered: