Skip to content

Do not use `len(SEQUENCE)` to determine if a sequence is empty (len-as-condition)

Fix all occurrences where pylint complained.

Merge request reports