tholo / pytest-flake8

pytest plugin to run flake8
Other
117 stars 47 forks source link

Was the decision to drop flake8<4.0 support intended for 1.1.1? #86

Closed krassowski closed 2 years ago

krassowski commented 2 years ago

I just noticed failing CI due to 1.1.1 version requiring flake8>=4.0 since d730278626fe02a3545e9fc79999fa5ec9c30a29. Flake8 3.x used to work ok with previous versions. Are there known issues with older flake8 versions? It was a surprise to see this change in a patch release.

krassowski commented 2 years ago

I now see that the change of requirements is mentioned in the changelog, so closing it. Still, it is surprising.