Implement new SIM rule SIM911: zip(dict.keys(), dict.values()) → dict.items()
#9319
Labels
zip(dict.keys(), dict.values()) → dict.items()
#9319
Flake8 simplify was updated recently and a simple, but effective new rule was added.
should instead be
@dosisod Refurb might be interested in this rule as well.
The text was updated successfully, but these errors were encountered: