python-verboselogs icon indicating copy to clipboard operation
python-verboselogs copied to clipboard

verboselogs/pylint.py is not compatible with Pylint 2.x/Astroid 2.x

Open glennmatthews opened this issue 5 years ago • 0 comments

File "/lib/python3.6/site-packages/verboselogs/pylint.py", line 35, in MANAGER.register_transform(scoped_nodes.Class, verboselogs_class_transform) AttributeError: module 'astroid.scoped_nodes' has no attribute 'Class'

Looks like there was some refactoring in astroid 2.x that broke this.

glennmatthews avatar Dec 03 '19 19:12 glennmatthews