Flake8 config in setup.cfg not found if tox.ini also exists
ulope opened this issue · comments
Ulrich Petri commented
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.