Skip to content

Commit 2f7e384

Browse files
committed
refactor: this is nicer as a set
1 parent c1ac82f commit 2f7e384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

coverage/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,11 @@ def __init__(self):
233233
# Options for plugins
234234
self.plugin_options = {}
235235

236-
MUST_BE_LIST = [
236+
MUST_BE_LIST = {
237237
"debug", "concurrency", "plugins",
238238
"report_omit", "report_include",
239239
"run_omit", "run_include",
240-
]
240+
}
241241

242242
def from_args(self, **kwargs):
243243
"""Read config values from `kwargs`."""

0 commit comments

Comments
 (0)