this plugin was missing two plugin attributes (name and version) -- after adding these flake8-html can benefit from the new grouped help:
$ flake8 --help
...
flake8-html:
--htmldir HTMLDIR Directory in which to write HTML output.
--htmltitle HTMLTITLE
Title to display in HTML documentation
--htmlpep8 HTMLPEP8 Whether to print a pep8 report instead of the standard
one
...
reported in flake8: https://gitlab.com/pycqa/flake8/-/issues/642
this plugin was missing two plugin attributes (
name
andversion
) -- after adding theseflake8-html
can benefit from the new grouped help: