Skip to content

Use [] consistently to create new lists

Before we had a mix between 'list()' and '[]', so make sure we only use '[]', which is shorter, more readable, and more Pythonic.

Ref. FASTMOVING-1611

Merge request reports