Skip to content

Commit

Permalink
chore(config): ignore argparse description line length
Browse files Browse the repository at this point in the history
  • Loading branch information
friday committed Apr 21, 2024
1 parent e07fee2 commit 9a9922e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ulauncher/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_options() -> argparse.Namespace:
parser = argparse.ArgumentParser(
None,
None,
"Ulauncher is a GTK application launcher with support for extensions, shortcuts (scripts), calculator, file browser and custom themes.",
"Ulauncher is a GTK application launcher with support for extensions, shortcuts (scripts), calculator, file browser and custom themes.", # noqa: E501
add_help=False,
)

Expand Down

0 comments on commit 9a9922e

Please sign in to comment.