Skip to content

Commit

Permalink
#51: Reformat 0pdd task as its leads to build failure on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroup committed Jan 8, 2022
1 parent e158257 commit ce12faf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions g2w/push.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

import airspeed
from pydantic import BaseModel
# @todo #/DEV Worksection task id in the middle (or end) might be in message not
# only at the begining. It could be in the middle or end. It would be good to
# support such cases as from app perspective we need Worksection task id only
# and doesn't matter where it in message exactly...
# @todo #/DEV Worksection task id in the middle (or end) might be in message
# not only at the begining. It could be in the middle or end. It would be good
# to support such cases as from app perspective we need Worksection task id
# only and doesn't matter where it in message exactly...
commit_msg_pattern = re.compile(r"^#WS-(\d+):.+$")

"""
Expand Down

0 comments on commit ce12faf

Please sign in to comment.