pycodestyle
pycodestyle copied to clipboard
E111: Assumes 4 space indent.
I know that's the pep8 spec.. but we've got 2 space indent dictated at my work. That breaks some things. it'd be better to provide some sort of override rather than have magic numbers in the code... e.g. if hang > 4: on line 512.