mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 04:36:52 +00:00
options: Split-out registration of preliminary options
This is in preparation for having separate `ArgumentParser`s for preliminary and the remaining options.
This commit is contained in:
parent
e2c4b50a46
commit
2a5c2bb696
3 changed files with 56 additions and 44 deletions
|
|
@ -18,6 +18,7 @@ def optmanager():
|
|||
prog='flake8',
|
||||
version='3.0.0',
|
||||
)
|
||||
options.register_preliminary_options(option_manager)
|
||||
options.register_default_options(option_manager)
|
||||
return option_manager
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue