Skip to content

Commit fc36a0e

Browse files
committed
Added keywords and linting.
1 parent a364a7b commit fc36a0e

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

flake8_dunder_all/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
class 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):

repo_helper.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,12 @@ extra_sphinx_extensions:
4040
- sphinx_toolbox.flake8
4141
- sphinx_click
4242

43-
4443
entry_points:
4544
flake8.extension:
4645
- DUNDER_ALL=flake8_dunder_all:Plugin
4746

4847
sphinx_html_theme: furo
4948
standalone_contrib_guide: true
49+
50+
keywords:
51+
- flake8

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = flake8-dunder-all
1111
author = Dominic Davis-Foster
1212
author_email = dominic@davis-foster.co.uk
1313
license = MIT License
14-
keywords =
14+
keywords = flake8
1515
long_description = file: README.rst
1616
long_description_content_type = text/x-rst
1717
platforms = Windows, macOS, Linux

0 commit comments

Comments
 (0)