tonybaloney / perflint

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

Doesn't work on Python 3.12 #44

Closed sirkonst closed 8 months ago

sirkonst commented 9 months 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 8 months ago

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

See also:

tonybaloney commented 8 months ago

Fixed in 0.8.0