Skip to content

Commit

Permalink
flake8 ignore long format string
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdbcm committed May 23, 2024
1 parent 95cc543 commit a3ff071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ozi/new/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
prog='ozi-new',
description=sys.modules[__name__].__doc__,
add_help=False,
usage='%(prog)s [options] [PKG-INFO required] [PKG-INFO optional] [PKG-INFO defaults] [defaults] target',
usage='%(prog)s [options] [PKG-INFO required] [PKG-INFO optional] [PKG-INFO defaults] [defaults] target', # noqa: B950,E501,RUF100
)
subparser = parser.add_subparsers(help='create new projects, sources, & tests', dest='new')
project_parser = subparser.add_parser(
Expand Down

0 comments on commit a3ff071

Please sign in to comment.