You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are of course pros and cons, and PEP 8 still recommends 79. However,
lots of tools and recommendations have increased max line length:
- black and ruff have bumped the limit to 88,
- the Linux kernel coding style eventualy bumped the recommended limit from
80 to 100 characters.
Also, the current codebase contains > 1880 lines wider than 79, against
around 500 lines wider than 88.
0 commit comments