Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use python 3.11 to run pre-commit on the ci
actions/setup-python seems to always use the newest python version by default. This broke the ci since apparently pre-commit is not compatible with python 3.12. Fixed by forcing it to run with python 3.11
- Loading branch information