PEP 8 Report (Errors: {{ total_errors }}, Warnings: {{ total_warnings }})
{% for file in files %}
{{ file.path }}
| Line |
Code |
Pos |
Description |
{% for code, line, pos, description in file.lines %}
| {{ line }} |
{{ code }} |
{{ pos }} |
{{ description }} |
{% endfor %}
{% endfor %}