incorrect-space-around-double-colon (S103)
Fix is always available.
What does it do?
Checks for :: that aren't surrounded by a space on either side.
Why is this bad?
Omitting any whitespace surrounding the double colon separator can make code harder to read: