pylint-errors

E1125 (missing-kwoa)

:x: Problematic code:

# to be addded

:heavy_check_mark: Correct code:

# to be added

Rationale:

Used when a function call does not pass a mandatory keyword-only argument.