pylint-errors

E1303 (format-needs-mapping)

:x: Problematic code:

# to be addded

:heavy_check_mark: Correct code:

# to be added

Rationale:

Used when a format string that uses named conversion specifiers is used with an argument that is not a mapping.