useless-semicolon (E703)
Added in v0.0.245 · Related issues · View source
Derived from the pycodestyle linter.
Fix is always available.
What it does
Checks for statements that end with an unnecessary semicolon.
Why is this bad?
A trailing semicolon is unnecessary and should be removed.
Example
Use instead: