mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 14:04:16 +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 '
|
help='Enable plugins and extensions that are disabled '
|
||||||
'by default',
|
'by default',
|
||||||
type='string')
|
type='string')
|
||||||
|
parser.config_options.extend(['output_file', 'enable_extensions'])
|
||||||
parser.ignored_extensions = ignored
|
parser.ignored_extensions = ignored
|
||||||
return parser, options_hooks
|
return parser, options_hooks
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue