pycodestyle
pycodestyle copied to clipboard
E225: Missing on "z = x**y"
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