Skip to content

Generate HTML reports of flake8 violations

License

Notifications You must be signed in to change notification settings

stephenvemi/flake8-html

This branch is up to date with lordmauve/flake8-html:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

621e14a · Dec 6, 2022

History

38 Commits
Dec 6, 2022
Nov 30, 2022
Mar 1, 2017
Nov 30, 2022
Mar 1, 2017
Apr 13, 2022
Mar 1, 2017
Mar 1, 2017
Mar 3, 2017
Apr 13, 2022
Mar 1, 2017
Mar 6, 2017
Mar 1, 2017
Mar 2, 2017
Mar 1, 2017
Apr 13, 2022
Nov 12, 2022
Nov 30, 2022
Nov 30, 2022
Apr 13, 2022

Repository files navigation

flake8-html

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:

https://github.com/lordmauve/flake8-html/raw/master/screenshots/report-index.png

Per-file report, grouped by error code:

https://github.com/lordmauve/flake8-html/raw/master/screenshots/file-report.png

Annotated, syntax-highlighed source code:

https://github.com/lordmauve/flake8-html/raw/master/screenshots/annotated-source.png

License

  • Free software: Apache Software License 2.0

Credits

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

About

Generate HTML reports of flake8 violations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 59.0%
  • HTML 20.3%
  • CSS 13.0%
  • Makefile 7.7%