alexcouper / captainhook

Git hook scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flake8 config in setup.cfg not found if tox.ini also exists

ulope opened this issue · comments

If a tox.ini exists in the project it is always preferred for the flake8 checker even if an also existing setup.cfg contains the flake8 config.

It would be great if both files were to be checked for the flake8 config.