tholo / pytest-flake8

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

Document the advantages of this plugin over using Flake8 and Pytest separately. #79

Open simon-liebehenschel opened 3 years ago

simon-liebehenschel commented 3 years ago

I run at my projects Continuous Integration separately Flake8 and Pytest.

Honesty, I have no clue what is the purpose of this plugin if anyone can run Flake8 at his CI and then Pytest.

jaraco commented 2 years ago

Have a look at https://github.com/jaraco/skeleton/issues/48#issuecomment-808551034 for reasons why the plugin is useful to me over a simple executable.