pycodestyle
pycodestyle copied to clipboard
E211: not detected in line with print statement/function
pep8 doesn't detect E211 (whitespace before ‘(‘ ) in this file
from __future__ import print_function
print ('abc')