`printf 'foo(\tbar)\n' | pep8 -` → nothing detected while `printf 'foo( bar)\n' | pep8 -` detects stdin:1:5: E201 whitespace after '('