We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb5c40 commit 47767dcCopy full SHA for 47767dc
pyproject.toml
@@ -37,4 +37,4 @@ license-key = "MIT"
37
package = "flake8_slots"
38
39
[project.entry-points."flake8.extension"]
40
-SLOTS = "flake8_slots:Plugin"
+SLOT = "flake8_slots:Plugin"
repo_helper.yml
@@ -38,7 +38,7 @@ extra_sphinx_extensions:
entry_points:
flake8.extension:
41
- - SLOTS=flake8_slots:Plugin
+ - SLOT=flake8_slots:Plugin
42
43
sphinx_html_theme: furo
44
standalone_contrib_guide: true
setup.cfg
@@ -56,4 +56,4 @@ check_untyped_defs = True
56
warn_unused_ignores = True
57
58
[options.entry_points]
59
-flake8.extension = SLOTS=flake8_slots:Plugin
+flake8.extension = SLOT=flake8_slots:Plugin
0 commit comments