# too many leading ‘#’ for block commentE266,# do not assign a lambda expression, use a defE731,# [PY2] list comprehension redefines `name` from line `N`F812,# line break after binary operatorW504
and the max-line-length is 99 for now
most of code changes are made by autopep8 except line length change, etc, as it looks ugly at some places.
applied E,F,W,C,I rules except
and the max-line-length is 99 for now
most of code changes are made by
autopep8except line length change, etc, as it looks ugly at some places.testing code are excluded still.
fixes: #2050