flake8 · flake8/E501
E501
Line Too Long
A line exceeds the maximum allowed length (79 characters by default, per PEP 8). Break the line or increase the configured max-line-length.
A line exceeds the maximum allowed length (79 characters by default, per PEP 8). Break the line or increase the configured max-line-length.