When running pre-commit install in a Python 3.13.0a1 environment, I get an attribute error because Python 3.13 removed the previously deprecated read_text function ...
Fixes #4035 As described in the above issue, starting in Python 3.14 importlib_metadata 8 provides the desired behavior, raising KeyError on a missing key. In ...