issues
search
jbweston
/
miniver
Like Versioneer, but smaller
Creative Commons Zero v1.0 Universal
53
stars
10
forks
source link
refurb suggestions
#57
Closed
DimitriPapadopoulos
closed
6 months ago
DimitriPapadopoulos
commented
2 years ago
[FURB113]: Use
x.extend(...)
instead of repeatedly calling
x.append()
[FURB109]: Replace
in [x, y, z]
with
in (x, y, z)
x.extend(...)
instead of repeatedly callingx.append()
in [x, y, z]
within (x, y, z)