Closed sirkonst closed 10 months ago
When I run perflint for my code on Python 3.12 I got a lot of errors related to astroid for example:
perflint
AttributeError: 'TreeRebuilder' object has no attribute 'visit_typealias'
In additional, perflint is not compatible with pylint 3.x.
See also:
Fixed in 0.8.0
When I run
perflint
for my code on Python 3.12 I got a lot of errors related to astroid for example:In additional,
perflint
is not compatible with pylint 3.x.