[New Rule] replace zip(d.keys(), d.values())
with d.items()
#161
Labels
enhancement
New feature or request
zip(d.keys(), d.values())
with d.items()
#161
Explanation
It's shorter and more pythonic
Example
If this is accepted, I would be interested in implementing this.
Thanks for the great flake8 plugin!
The text was updated successfully, but these errors were encountered: