Add ability to include the prefix
- Add TABCOMPLETER_INCLUDE_PREFIX option
- Update the flake8 deploy check
- Add Python 3.14 to PyPI classifiers
If setting os.environ["TABCOMPLETER_INCLUDE_PREFIX"] to "true", the prefix gets included in tab-completions.
See the Before & After: (Note that self. got included)
What's Changed
Full Changelog: v1.4.0...v1.4.1