Exception arguments suggest string formatting might be intendedPYL-W0715
Anti-pattern
Major
Found multiple arguments to an exception constructor, the first of them a string literal containing what appears to be placeholders intended for formatting. In this case, it is recommended to format the message properly.