tonybaloney / perflint

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

Ignore calls to non-mutating list methods #56

Open naglis opened 6 months ago

naglis commented 6 months ago

This allows to avoid false-negatives when a non-mutating method is called on a list.