Skip to content

Commit 6220d58

Browse files
committed
flake8 further increases the cost of development.
1 parent 3ce6499 commit 6220d58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

which-branch/which_branch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ def branches_for(token, commit, repo=None):
5656

5757
def main(*raw_args):
5858
from argparse import ArgumentParser
59-
parser = ArgumentParser(description= # noqa: E251
60-
"%(prog)s reports the branch(es) for which the specified commit hash is the tip.", # noqa: E128
59+
parser = ArgumentParser(description= # noqa: E251
60+
"%(prog)s reports the branch(es) for which the specified commit hash is the tip.", # noqa: E128
6161
epilog="""\
6262
When GitHub Actions launches a tag build, it checks out the specific changeset
6363
identified by the tag, and so 'git branch' reports detached HEAD. But we use

0 commit comments

Comments
 (0)