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 0b59f3c commit 9b3bcdbCopy full SHA for 9b3bcdb
2 files changed
repo_helper.yml
@@ -42,3 +42,7 @@ console_scripts:
42
extra_sphinx_extensions:
43
- sphinx_toolbox.pre_commit
44
- sphinx_toolbox.flake8
45
+
46
+entry_points:
47
+ flake8.extension:
48
+ - DUNDER_ALL=flake8_dunder_all:Plugin
setup.cfg
@@ -60,3 +60,4 @@ warn_unused_ignores = True
60
console_scripts =
61
ensure_dunder_all=flake8_dunder_all.__main__:main
62
ensure-dunder-all=flake8_dunder_all.__main__:main
63
+flake8.extension = DUNDER_ALL=flake8_dunder_all:Plugin
0 commit comments