pypa / twine

Utilities for interacting with PyPI
https://twine.readthedocs.io/
Apache License 2.0
1.59k stars 305 forks source link

Apply ruff/Perflint rule #1136

Open DimitriPapadopoulos opened 2 months ago

DimitriPapadopoulos commented 2 months ago
PERF401 Use a list comprehension to create a transformed list

A comprehension is a more efficient way to initialise a list than successive append() calls.