Skip to content

Commit 7b74b6a

Browse files
committed
lint: don't check format of branch_worker constants
Signed-off-by: Ihor Solodrai <[email protected]>
1 parent beee486 commit 7b74b6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel_patches_daemon/branch_worker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
MERGE_CONFLICT_LABEL = "merge-conflict"
9191
UPSTREAM_REMOTE_NAME = "upstream"
9292

93-
93+
# fmt: off
9494
EMAIL_TEMPLATE_BASE: Final[str] = """\
9595
Dear patch submitter,
9696
@@ -123,7 +123,7 @@
123123
124124
{inline_logs}\
125125
"""
126-
126+
# fmt: on
127127

128128
# Context used to format email notification body
129129
EmailBodyContext = namedtuple(

0 commit comments

Comments
 (0)