pycodestyle icon indicating copy to clipboard operation
pycodestyle copied to clipboard

E225: Missing on "z = x**y"

Open TobiasRzepka opened this issue 8 years ago • 3 comments

Hi, if there are no whitespaces around ** no error is thrown (expected E225). x **y or x** y with one whitespace is throwing E225 as expected. Version is 2.3.1 Tobias

TobiasRzepka avatar Dec 28 '17 20:12 TobiasRzepka