Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jcpunk opened this issue Feb 8, 2021 · 1 comment
Open

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

jcpunk opened this issue Feb 8, 2021 · 1 comment

Comments

@jcpunk
Copy link

jcpunk commented Feb 8, 2021

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
Copy link

You can use pytest --flake8 -m flake8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants