W0123 eval-used

Message

'Use of eval'

Description

Used when you use the “eval” function, to discourage its usage. Consider using ast.literal_eval for safely evaluating strings containing Python expressions from untrusted sources.