A flake8 plugin to generate HTML reports of flake8 violations.
Simply
$ pip install flake8-htmlThen run flake8 passing the --format=html option and a --htmldir:
$ flake8 --format=html --htmldir=flake-reportReport index page:
Per-file report, grouped by error code:
Annotated, syntax-highlighed source code:
- Free software: Apache Software License 2.0
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.


