gwax / pylint-sqlalchemy

pylint plugin to fix incompatibility issues with sqlalchemy
MIT License
4 stars 5 forks source link

Does not work with astroid 3.0 #9

Open macdjord opened 1 year ago

macdjord commented 1 year ago

dml_no_argument loads astroid.node_classes. However, astroid 3.0 (on which the current version of Pylint depends) has renamed this module to astroid.node.node_classes, causing any attempt to load the plugin to fail.