flake8-html icon indicating copy to clipboard operation
flake8-html copied to clipboard

Generate HTML reports of flake8 violations

Results 17 flake8-html issues
Sort by recently updated
recently updated
newest added

* flake8-html version: 0.4.2 * Python version: 3.10 * Operating System: ### Description New version of flake8 was released (5.0.0): https://flake8.pycqa.org/en/latest/release-notes/5.0.0.html flake8-html is not compatible with it and errors out...

Summary: https://github.com/lordmauve/flake8-html/issues/22 Approach: - added `--self-contained-html` option as a marker to understand whether need to write one or multiple HTML files - `back.svg` and `file.svg` files passes as [Data URLs](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs)...

### Description It would be really useful to have an option to generate one-page report. This is really useful for CI pipelines artifacts.

Hi, thanks so much for this nice plugin ! I recently created a commandline tool to generate badges for tests, coverage and flake8: https://smarie.github.io/python-genbadge/ Concerning flake8, it plays very nicely...

Fixes #20 This is for tools such as [`genbadge`](https://github.com/smarie/python-genbadge) to get the same level of severity as `flake8_html` from the `flake8` codes

* flake8-html version: 0.4.1 * Python version: 3.9 Windows Store * Operating System: Windows 10 ### Description When I use the `wemake-python-styleguide` flake8 extension, it creates long errors, such as...

$ pip freeze | grep -i flake8 flake8==3.3.0 flake8-html==0.4.0 $ python --version Python 3.5.3 $ uname -a Linux hostname 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u1 (2017-06-18) x86_64 GNU/Linux $ cat /etc/debian_version...

* flake8-html version: master * Python version: Python 3.6 * Operating System: Mac OSX ### Description `format=html` parameter is incompatible with the [flake8-colors](https://pypi.python.org/pypi/flake8-colors/0.1.6) package (which also has a format parameter...

We should support a command to run flake8-html with [livereload](https://pypi.python.org/pypi/livereload). We could make this a [setuptools extra](http://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies).

temporary fix for [#30](https://github.com/lordmauve/flake8-html/issues/30)