Skip to content

Commit 4741a2f

Browse files
charlesprostclaude
andcommitted
Fix E501 flake8 line-too-long in jira.py
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4533187 commit 4741a2f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • bert_e/workflow/gitwaterflow

bert_e/workflow/gitwaterflow/jira.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ def check_fix_versions(job, issue):
165165
hf_target = target_version
166166

167167
if hf_target:
168-
# Pre-GA: the hotfix branch has no tag yet (hfrev == 0 target ends
168+
# Pre-GA: the hotfix branch has no tag yet (hfrev == 0, target ends
169169
# in ".0"). The Jira project may not have a ".0" release entry yet,
170-
# so also accept the 3-digit base version (e.g. "10.0.0" for "10.0.0.0").
171-
# Once the GA tag is pushed hfrev advances to 1, the target becomes
170+
# so also accept the 3-digit base (e.g. "10.0.0" for "10.0.0.0").
171+
# Once GA tag is pushed hfrev advances to 1, target becomes
172172
# "10.0.0.1", and only that exact version is accepted again.
173173
accepted = {hf_target}
174174
if hf_target.endswith('.0'):

0 commit comments

Comments
 (0)