PEP 8 Report
Errors: {{ total_errors }}, Warnings: {{ total_warnings }}, Flakes: {{ total_flakes }}, Naming: {{ total_naming }}, Complexity: {{ total_complexity }}

{% for file in files %}

{{ file.path }}

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