Definitely fix bug reading options from config files
Previously we were not reading output_file or enable_extensions from user provided configuration files. The configuration option name provided to config_options needs to be hyphenated in order for pep8 to recognize and parse out the option correctly. Also, the destination name needs to match the configuration option name that pep8 looks for otherwise it will raise an unhandled KeyError exception.
Loading
Please register or sign in to comment