incorrect-space-before-comment (S102)
Fix is always available.
What does it do?
Checks for inline comments that aren't preceded by at least two spaces.
Why is this bad?
Inline comments that aren't separated from code by any whitespace can make code hard to read. Other language style guides recommend the use of two spaces before inline comments, so we recommend the same here.