Generate HTML reports of flake8 violations
Project description
flake8-html
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:
Per-file report, grouped by error code:
Annotated, syntax-highlighed source code:
License
Free software: Apache Software License 2.0
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.4.1 (2020-05-13)
Fix: add compatibility with flake8 3.8.*
0.4.0 (2017-07-06)
New: Add --htmlpep8 option to produce normal flake8 console output
Fix: Allow all flake8-html settings to be read from flake8 config
0.3.0 (2017-05-24)
New: Add --htmltitle option to set page title
0.2.0 (2017-03-06)
New: use SVG icons instead of Unicode characters
New: deduplicate the same error on the same line
0.1.1 (2017-03-02)
Fix: missing templates in sdist.
0.1.0 (2017-03-01)
First release on PyPI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for flake8_html-0.4.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17324eb947e7006807e4184ee26953e67baf421b3cf9e646a38bfec34eec5a94 |
|
MD5 | f2fc64462555295a59ae1b0dd9981006 |
|
BLAKE2b-256 | 5687b6de951b4d1518e9ef64b1594e82b3cc674a1a8637b935cc98187ad00ce1 |