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

pytest plugin to run flake8

Results 31 pytest-flake8 issues
Sort by recently updated
recently updated
newest added

Minimal reproduction: https://github.com/jacquerie/pytest-flake8-bug I expect tests to run normally, but this is instead what I see: ``` % py.test --flake8 tests ================================================================= test session starts ================================================================= platform darwin -- Python...

So, maybe it would be helpful if someone else would help with issues and pull requests (to start with, at any rate)... Might provide a bit more timely changes on...

help wanted

Setuptools tests have started failing in the pytest-flake8 plugin: ``` AttributeError: module 'flake8.options.config' has no attribute 'ConfigFileFinder' ```

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...

See https://github.com/pytest-dev/pytest/issues/8435 for background and https://github.com/jaraco/pytest-checkdocs/pull/9 for an example of how I addressed the issue in pytest-checkdocs.

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...

Hi, I have pytest-flake8 installed, and in my pytest.ini file I have `addopts: --flake8`. In my CI I'd like to disable flake8 checks (I have separate job for them), but...

Current versions and recent past versions of pytest-flake8 and flake8 produce different results. Specific inconsistencies around E126 pop up often. Current errors can be reproduced with pytest-flake8 version 1.0.7, pytest...

Being able to directly specify a config file on the command line to pass along to the pytest-flake8 plugin would be a boon in terms of usability. There are a...