You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the legacy API. My kwargs has a 'config' option with a config file. I find that the config file is not being used by flake8.
Currently [] is passed as the input to parse_configuration_and_cli in the legacy API get_style_guide here and then the kwargs options are applied afterwards. I think that applying the 'config' option after the call to parse_configuration_and_cli means that it is not used.
Please describe how you installed Flake8
$ pip3 install flake8
Using OS X 10.10.5.
Please provide the exact, unmodified output of flake8 --bug-report
In GitLab by @dhood on Jan 3, 2017, 19:00
Please describe the problem or feature
I am using the legacy API. My
kwargs
has a 'config' option with a config file. I find that the config file is not being used by flake8.Currently
[]
is passed as the input toparse_configuration_and_cli
in the legacy APIget_style_guide
here and then thekwargs
options are applied afterwards. I think that applying the 'config' option after the call toparse_configuration_and_cli
means that it is not used.Please describe how you installed Flake8
Using OS X 10.10.5.
Please provide the exact, unmodified output of
flake8 --bug-report
The text was updated successfully, but these errors were encountered: