pylint-errors

W1308 (duplicate-string-formatting-argument)

:x: Problematic code:

# to be addded

:heavy_check_mark: Correct code:

# to be added

Rationale:

Used when we detect that a string formatting is repeating an argument instead of using named string arguments.