mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 10:46:54 +00:00
Add output_file and enable_extensions to config opts
This commit is contained in:
parent
606f41c074
commit
3bbb337810
1 changed files with 1 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ def get_parser():
|
|||
help='Enable plugins and extensions that are disabled '
|
||||
'by default',
|
||||
type='string')
|
||||
parser.config_options.extend(['output_file', 'enable_extensions'])
|
||||
parser.ignored_extensions = ignored
|
||||
return parser, options_hooks
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue