Skip to content

Commit 0be1f88

Browse files
committed
fix format
1 parent 1886707 commit 0be1f88

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/extensions/score_metamodel/checks/check_options.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@ def remove_prefix(word: str, prefixes: list[str]) -> str:
8282
try:
8383
if not re.match(pattern, value):
8484
log.warning_for_option(
85-
need, field, f"does not follow pattern `{pattern}`.", new_check="ASIL_D" in value
85+
need,
86+
field,
87+
f"does not follow pattern `{pattern}`.",
88+
new_check="ASIL_D" in value,
8689
)
8790
except TypeError:
8891
log.warning_for_option(

0 commit comments

Comments
 (0)