From 8062bf160ffcab2c6039bcefa3d1134167a05001 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Mon, 3 Jul 2023 10:01:37 -0700 Subject: [PATCH] Add line length exception for acceptably long indented line --- jrnl/args.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jrnl/args.py b/jrnl/args.py index 9b7dafe7..20397de2 100644 --- a/jrnl/args.py +++ b/jrnl/args.py @@ -78,7 +78,7 @@ def parse_args(args: list[str] = []) -> argparse.Namespace: """ We gratefully thank all contributors! Come see the whole list of code and financial contributors at https://github.com/jrnl-org/jrnl - And special thanks to Bad Lip Reading for the Yoda joke in the Writing section above :)""" + And special thanks to Bad Lip Reading for the Yoda joke in the Writing section above :)""" # noqa: E501 ), )