Skip to content

lordmauve/flake8-html

Repository files navigation

flake8-html

image

image

Updates

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

Screenshots

Report index page:

image

Per-file report, grouped by error code:

image

Annotated, syntax-highlighed source code:

image

License

  • Free software: Apache Software License 2.0

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.