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
pypi-inflect: Autospec creation for update from version 5.6.2 to version 6.0.0
Jason R. Coombs (12):
Ran pre-commit autoupdate
Use '-dev' for every Python version. Ref actions/setup-python#213.
Use Python 3.11 for cutting releases.
Combine common elements of compare()
Add doc test capturing expectation when an empty word is passed. Ref #157.
Expected error is a pydantic ValidationError
Define a word as a string of one or more characters and validate that assumption in .compare. Fixes #157.
Apply validation on other compare* methods.
Update changelog.
Additionally validate words in other public methods.
Manually move the comment after reformatting by black. Ref psf/black#2843.
Include the noqa twice, once for Python 3.7 and again for later Pythons.
0 commit comments