Closed GideonBear closed 1 year ago
It's shorter and more pythonic
# Bad zip(d.keys(), d.values()) # Good d.items()
If this is accepted, I would be interested in implementing this. Thanks for the great flake8 plugin!
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!