Skip to content

Commit 9b3bcdb

Browse files
committed
Fix entry points
1 parent 0b59f3c commit 9b3bcdb

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

repo_helper.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,7 @@ console_scripts:
4242
extra_sphinx_extensions:
4343
- sphinx_toolbox.pre_commit
4444
- sphinx_toolbox.flake8
45+
46+
entry_points:
47+
flake8.extension:
48+
- DUNDER_ALL=flake8_dunder_all:Plugin

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@ warn_unused_ignores = True
6060
console_scripts =
6161
ensure_dunder_all=flake8_dunder_all.__main__:main
6262
ensure-dunder-all=flake8_dunder_all.__main__:main
63+
flake8.extension = DUNDER_ALL=flake8_dunder_all:Plugin

0 commit comments

Comments
 (0)