pycodestyle
pycodestyle copied to clipboard
Make tested code valid Python code
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.