If you happen to try to run pre-commit-uv with python 3.14, you might see a confusing error like below:
E AssertionError: BUG: expected environment for python to be healthy immediately after install, please open an issue describing your environment
E E more info:
E E virtualenv python version did not match created version:
E - actual version: 3.14.0
E - expected version: 3.14.0rc3
If you happen to try to run pre-commit-uv with python 3.14, you might see a confusing error like below: