You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an attempt to clean up common acronym and product name misspellings across various projects, it would be nice to provide auto-discovery of namespaced packages that contain dictionary definitions of various spellings.
As an example for the FooBar company, if I wanted to include a pre-commit dependency foobar-codespell, that provided the following dictionaries under a namespace:
This is a feature request, not a bug. The implementation specifics do not need to match my example, but I'm interested in discussion on how this could work, if the project was to consider such a feature.
In an attempt to clean up common acronym and product name misspellings across various projects, it would be nice to provide auto-discovery of namespaced packages that contain dictionary definitions of various spellings.
As an example for the FooBar company, if I wanted to include a pre-commit dependency
foobar-codespell
, that provided the following dictionaries under a namespace:References to these as an aside to
builtin
via a new optioncontrib
, such as the following:The text was updated successfully, but these errors were encountered: