pylint-errors

W1300 (bad-format-string-key)

: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 a dictionary whose keys are not all strings.