Closed cclauss closed 8 months ago
Using a Python list comprehension is more efficient than repeatedly calling list.append().
list.append()
:tada: This PR is included in version 1.6.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Using a Python list comprehension is more efficient than repeatedly calling
list.append()
.