tholo / pytest-flake8

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

Silently fails to do anything #97

Open jaraco opened 1 year ago

jaraco commented 1 year ago

Using pytest 7.3.1, I have pytest-flake8 installed pinned to flake8<5, but no flake8 tests are discovered/run. This project has eroded to the point of being unusable.

Now I'm finding that flakes are seeping into the code because they're not caught by tests that were meant to protect them, which is worse than not having the protections at all.