bad-string-format-character (PLE1300)
Derived from the Pylint linter.
What it does
Checks for unsupported format types in format strings.
Why is this bad?
An invalid format string character will result in an error at runtime.
Derived from the Pylint linter.
Checks for unsupported format types in format strings.
An invalid format string character will result in an error at runtime.