A flake8 plugin to generate HTML reports of flake8 violations.
Simply
$ pip install flake8-html
Then run flake8 passing the --format=html
option and a --htmldir
:
$ flake8 --format=html --htmldir=flake-report
Report 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.