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
I wrote a package (https://github.com/pelt/demo_flake8_config_issue/tree/master) to reproduce the issue but I couldn't. Your second configuration is fine where flake8-ignore is part of tools:pytest and works in my case. The output says that the flake8 checks are executed on the files.
Did I understand your issue correctly?
Following the docs, I added the
flake8-ignore
setting to mysetup.cfg
, which now looks like this:However, when I run
python setup.py test
, I get the errorI should mention that
py.test --flake8
works.Any help is greatly appreciated!
The text was updated successfully, but these errors were encountered: