alexcouper / captainhook

Git hook scripts
BSD 3-Clause "New" or "Revised" License
54 stars 14 forks source link

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

Open ulope opened 7 years ago

ulope commented 7 years ago

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.