possible for incorrect selection of cached python hook environments across projects (~/.cache/pre-commit/abcdCachedHookDir
) that use different python versions
suppose you have 2 projects, project-a and project-b, configured for python3.7 and python3.10 respecitvely.
Each project has been configured with an identical .pre-commit-config.yaml
file: