tonybaloney / perflint

Python Linter for performance anti patterns
MIT License
666 stars 10 forks source link

Doesn't work on Python 3.12 #44

Closed sirkonst closed 10 months ago

sirkonst commented 1 year ago

When I run perflint for my code on Python 3.12 I got a lot of errors related to astroid for example:

AttributeError: 'TreeRebuilder' object has no attribute 'visit_typealias'

In additional, perflint is not compatible with pylint 3.x.

jenstroeger commented 11 months ago

In additional, perflint is not compatible with pylint 3.x.

See also:

tonybaloney commented 10 months ago

Fixed in 0.8.0