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