* E111 indentation is not a multiple of four
* E241 multiple spaces after ','
* E261 at least two spaces before inline comment
* E401 multiple imports on one line
* E502 the backslash is redundant between brackets
* E713 test for membership should be 'not in'
* E721 do not compare types, use 'isinstance()'
Change-Id: I7315dac1734e6adc4ecf2cc2f0cc45d5d6d8b411
(cherry picked from commit 1e93a38908)