You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: