tonybaloney / perflint

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

Detect list being mutated by `del` statement #57

Open naglis opened 6 months ago

naglis commented 6 months ago

Avoid use-tuple-over-list false positives when a list is being mutated by a del statement.