string-dot-format-invalid-format (F521)
Derived from the Pyflakes linter.
What it does
Checks for str.format
calls with invalid format strings.
Why is this bad?
Invalid format strings will raise a ValueError
.
Example
Use instead:
Derived from the Pyflakes linter.
Checks for str.format
calls with invalid format strings.
Invalid format strings will raise a ValueError
.
Use instead: