flake8 automatically reads configuration from files like setup.cfg – however, my setup.cfg is placed in my src directory. With this (very cool, btw) action, my settings file would never get parsed, because it will invoke flake8 src.
I'd like to suggest a new option, "working-directory", to allow for this kind of scenario.
flake8automatically reads configuration from files likesetup.cfg– however, mysetup.cfgis placed in mysrcdirectory. With this (very cool, btw) action, my settings file would never get parsed, because it will invokeflake8 src.I'd like to suggest a new option, "working-directory", to allow for this kind of scenario.