Skip to content

Commit 283f17e

Browse files
somsominsijis
authored andcommitted
Add doc warning for risky plugin names (related to #1694)
1 parent f122af5 commit 283f17e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/plugindevelopment.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. warning::
2+
3+
Avoid naming your plugin directory or module lib, test, or utils. These names are common in Python or used internally by some backends (e.g., Slack). Using them may cause your plugin to fail to load due to module resolution conflicts. Prefer unique, descriptive names such as lib_tools or myplugin_utils.

0 commit comments

Comments
 (0)