pycodestyle icon indicating copy to clipboard operation
pycodestyle copied to clipboard

E111: Assumes 4 space indent.

Open dementedhedgehog opened this issue 8 years ago • 1 comments

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.

dementedhedgehog avatar Mar 27 '17 06:03 dementedhedgehog