percent-format-star-requires-sequence (F508)
Added in v0.0.142 · Related issues · View source
Derived from the Pyflakes linter.
What it does
Checks for printf-style format strings that use the * specifier with
non-tuple values.
Why is this bad?
The use of the * specifier with non-tuple values will raise a
TypeError at runtime.
Example
Use instead: