Add line length exception for acceptably long indented line

This commit is contained in:
Micah Jerome Ellison 2023-07-03 10:01:37 -07:00
parent 53768bf971
commit 8062bf160f

View file

@ -78,7 +78,7 @@ def parse_args(args: list[str] = []) -> argparse.Namespace:
""" """
We gratefully thank all contributors! We gratefully thank all contributors!
Come see the whole list of code and financial contributors at https://github.com/jrnl-org/jrnl 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
), ),
) )