PEP 8 Report (Errors: {{ total_errors }}, Warnings: {{ total_warnings }})

{% for file in files %}

{{ file.path }}

{% for code, line, pos, description in file.lines %} {% endfor %}
Line Code Pos Description
{{ line }} {{ code }} {{ pos }} {{ description }}
{% endfor %}