tweak: update maximum line length

This commit is contained in:
Richie 2022-02-15 20:15:12 -08:00
parent 8d6b20f763
commit db2b066d40
No known key found for this signature in database
GPG Key ID: 7ADF8AF5EC521D17

View File

@ -146,8 +146,7 @@ No:
Maximum Line Length Maximum Line Length
=================== ===================
Keeping lines under the `PEP 8 recommendation <https://www.python.org/dev/peps/pep-0008/#maximum-line-length>`_ to a maximum of 79 (or 99) Maximum suggested line length is 120 characters.
characters helps readers easily parse the code.
Wrapped lines should conform to the following guidelines. Wrapped lines should conform to the following guidelines.