Closed P4rk closed 5 years ago
pycodestyle has some breaking changes in its 2.4.0 version. The break_around_binary_operator attribute has been removed the pycodestyle module.
pycodestyle
2.4.0
break_around_binary_operator
Flake8 specifies these versions <2.4.0,>=2.0.0 for pycodestyle. https://pypi.python.org/pypi/flake8
<2.4.0
>=2.0.0
Flake8-print should too.
@JBKahn I hit this issue again today. Can you merge this?
I don't typically pin dependancies of my dependancies, I rely on my dependancies to do that. Can you provide an example of how you got this error?
pycodestyle
has some breaking changes in its2.4.0
version. Thebreak_around_binary_operator
attribute has been removed thepycodestyle
module.Flake8 specifies these versions
<2.4.0
,>=2.0.0
for pycodestyle. https://pypi.python.org/pypi/flake8Flake8-print should too.