Skip to content

Commit 47767dc

Browse files
committed
Ensure the entry point name matches the flake8 code prefix.
1 parent 1cb5c40 commit 47767dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ license-key = "MIT"
3737
package = "flake8_slots"
3838

3939
[project.entry-points."flake8.extension"]
40-
SLOTS = "flake8_slots:Plugin"
40+
SLOT = "flake8_slots:Plugin"

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ extra_sphinx_extensions:
3838

3939
entry_points:
4040
flake8.extension:
41-
- SLOTS=flake8_slots:Plugin
41+
- SLOT=flake8_slots:Plugin
4242

4343
sphinx_html_theme: furo
4444
standalone_contrib_guide: true

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ check_untyped_defs = True
5656
warn_unused_ignores = True
5757

5858
[options.entry_points]
59-
flake8.extension = SLOTS=flake8_slots:Plugin
59+
flake8.extension = SLOT=flake8_slots:Plugin

0 commit comments

Comments
 (0)