JBKahn / flake8-print

flake8
MIT License
121 stars 21 forks source link

Pin the pycodestyle versions to versions supported by flake8 #32

Closed P4rk closed 5 years ago

P4rk commented 6 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.

Flake8 specifies these versions <2.4.0,>=2.0.0 for pycodestyle. https://pypi.python.org/pypi/flake8

Flake8-print should too.

P4rk commented 5 years ago

@JBKahn I hit this issue again today. Can you merge this?

JBKahn commented 5 years ago

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?