missing-whitespace-after-keyword (E275)
Preview (since v0.0.269) · Related issues · View source
Derived from the pycodestyle linter.
Fix is always available.
This rule is unstable and in preview. The --preview flag is required for use.
What it does
Checks for missing whitespace after keywords.
Why is this bad?
Missing whitespace after keywords makes the code harder to read.
Example
Use instead: