File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444
4545class RawHelpCommand (click .Command ):
4646 """
47- Subclass of :class:`click.Command1 which leaves the help text unformatted.
47+ Subclass of :class:`click.Command` which leaves the help text unformatted.
4848 """
4949
5050 def format_help_text (self , ctx , formatter : click .formatting .HelpFormatter ):
Original file line number Diff line number Diff line change @@ -40,10 +40,12 @@ extra_sphinx_extensions:
4040 - sphinx_toolbox.flake8
4141 - sphinx_click
4242
43-
4443entry_points :
4544 flake8.extension :
4645 - DUNDER_ALL=flake8_dunder_all:Plugin
4746
4847sphinx_html_theme : furo
4948standalone_contrib_guide : true
49+
50+ keywords :
51+ - flake8
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ name = flake8-dunder-all
1111author = Dominic Davis-Foster
1212author_email = dominic@davis-foster.co.uk
1313license = MIT License
14- keywords =
14+ keywords = flake8
1515long_description = file: README.rst
1616long_description_content_type = text/x-rst
1717platforms = Windows, macOS, Linux
You can’t perform that action at this time.
0 commit comments