mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 21:16:54 +00:00
make --ignore order consistent
This commit is contained in:
parent
ddae449cec
commit
f7ef1a6c8b
4 changed files with 10 additions and 13 deletions
|
|
@ -104,7 +104,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", "W", "C90"}
|
||||
assert args.extended_default_select == ["XE", "C90", "F", "E", "W"]
|
||||
assert args.anopt == "foo"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue