Skip to content

Commit 8f48a36

Browse files
committed
style: Lint
1 parent f3a540a commit 8f48a36

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/git_changelog/cli.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ def __contains__(self, item):
3333

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

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

0 commit comments

Comments
 (0)