Hi,
While using pylint I have foundĀ that having a space between 'print' and the open bracket is allowed.
Based on the PEP8 pet peeves I would have assumed that 'print ("hello!")' would have raised the C0326 warning.
Is there a reason why this is not the case? I can't seem to find a post anywhere talking about allowing this.