PEP 8 Report
PEP8 Errors: {{ total_errors }}, PEP8 Warnings: {{ total_warnings }}, Other: {{ total_other }}

{% for file in files %}

{{ file.path }}

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