Merge pull request #12681 from devtooligan/tweak/update-max-line-length

tweak: update maximum line length
This commit is contained in:
Mathias L. Baumann
2022-07-11 12:57:53 +02:00
committed by GitHub
+1 -2
View File
@@ -146,8 +146,7 @@ No:
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)
characters helps readers easily parse the code.
Maximum suggested line length is 120 characters.
Wrapped lines should conform to the following guidelines.