[Chapel Merge] Updates for Flake8 version 5 checking line lengths

Branch: refs/heads/main
Revision: 75ed4f7
Author: lydia-duncan
Link: Updates for Flake8 version 5 checking line lengths of comments by lydia-duncan · Pull Request #62 · chapel-lang/sphinxcontrib-chapeldomain · GitHub
Log Message:

Merge pull request #62 from lydia-duncan/flakeUpdate

Updates for Flake8 version 5 checking line lengths of comments
[reviewed by @tzinsky]

Our version of flake8 was not pinned, so updated recently to version 5. This caused it
to trigger on some errors that had not been generated before, namely the line length
of certain comments. Fix those errors

Modified Files:
M sphinxcontrib/chapeldomain/__init__.py

Compare: https://github.com/chapel-lang/sphinxcontrib-chapeldomain/compare/f85bcc92e06f...75ed4f746696