mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
fix extended_default_select from plugin loading
This commit is contained in:
parent
73155616d1
commit
b62edd334a
4 changed files with 14 additions and 7 deletions
|
|
@ -95,6 +95,7 @@ def test_local_plugin_can_add_option(local_config):
|
|||
|
||||
args = aggregator.aggregate_options(option_manager, cfg, cfg_dir, argv)
|
||||
|
||||
assert args.extended_default_select == {"XE", "F", "E", "C90"}
|
||||
assert args.anopt == "foo"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue