asmeurer/pytest-flakes

README setup.cfg typo

glenwinters opened this issue · 2 comments

Under the Configuring pyflakes options per project and file section, it mentions "setup.cfg" twice:

"You may configure pyflakes-checking options for your project by adding an flakes-ignore entry to your setup.cfg or setup.cfg file like this:" Reference

Is it supposed to say "pytest.ini" instead?

Likely yes, I copied that typo from pytest-pep8 on which this plugin was based. There the typo is also still present.

Please see PR #35.