pre-commit-ci / issues

public issues for https://pre-commit.ci
16 stars 3 forks source link

Python 3.11 support #149

Closed rphlo closed 1 year ago

rphlo commented 1 year ago

I have

default_language_version:
  python: python3.11

in my .pre-commit-config.yaml file and pre-commit.ci online runner fails with RuntimeError: failed to find interpreter for Builtin discover of python_spec='python3.11' While the pre-commit hook pass on local with python3.11 installed

asottile commented 1 year ago

it'll be rolled out later today. ran into an issue with the latest runner image that I need to fix due to a breaking change in git