pytest-flake8 icon indicating copy to clipboard operation
pytest-flake8 copied to clipboard

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

Open simon-liebehenschel opened this issue 4 years ago • 1 comments

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.

simon-liebehenschel avatar Jul 11 '21 14:07 simon-liebehenschel

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.

jaraco avatar Nov 07 '21 10:11 jaraco