pycodestyle icon indicating copy to clipboard operation
pycodestyle copied to clipboard

Make tested code valid Python code

Open SylvainDe opened this issue 7 years ago • 0 comments

Playing with AST checks can be very tedious because of the amount of "incorrect" Python code which raises E901 (or fail differently) when AST checks are enabled.

An easy solution is to fix the code but this is not always applicable.

I've only performed the trivial changes.

SylvainDe avatar Jun 15 '17 10:06 SylvainDe