[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-02-18 09:42:20 +00:00
parent 1c0daf826c
commit 1fb90da743

View File

@ -25,10 +25,7 @@ scenario{scenario_number}:
# Define all possible combinations of config values.
# This must define all config values that are used in the template.
config_values = dict(
config_value=["true", "false"],
config_value2=[1, 2, 3, 4]
)
config_values = dict(config_value=["true", "false"], config_value2=[1, 2, 3, 4])
combinations = [
dict(zip(config_values.keys(), values))