tholo / pytest-flake8

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

[RFE] Add `--flake8-checks-only` option #75

Open jcpunk opened 3 years ago

jcpunk commented 3 years ago

In my CI Environment, I test against multiple versions of python. It would be nice if I could easily fire off a pipleline that just does the flake8 tests so I can easily isolate regressions in unit tests vs flake8 complaints.

Some sort of --flake8-checks-only option or similar would be ideal for helping to isolate the source of the complaints.

bouweandela commented 2 years ago

You can use pytest --flake8 -m flake8