Skip to content

Commit

Permalink
style: Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Mar 6, 2019
1 parent f3a540a commit 8f48a36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/git_changelog/cli.py
Expand Up @@ -33,7 +33,9 @@ def __contains__(self, item):

def get_parser():
"""Return a parser for the command-line arguments."""
parser = argparse.ArgumentParser(add_help=False, prog="git-changelog", description="Command line tool for git-changelog Python package.")
parser = argparse.ArgumentParser(
add_help=False, prog="git-changelog", description="Command line tool for git-changelog Python package."
)

parser.add_argument("repository", metavar="REPOSITORY", help="The repository path, relative or absolute.")

Expand Down

0 comments on commit 8f48a36

Please sign in to comment.