PEP 8 Report
Errors: {{ total_errors }},
Warnings: {{ total_warnings }},
Flakes: {{ total_flakes }},
Naming: {{ total_naming }},
Complexity: {{ total_complexity }}
{% for file in files %}
{{ file.path }}
Line |
Code |
Pos |
Description |
{% for code, line, pos, description in file.lines %}
{{ line }} |
{{ code }} |
{{ pos }} |
{{ description }} |
{% endfor %}
{% endfor %}