diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2aa207dd57..9dff8c0f0c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,7 @@ --- exclude: ^docs/ruby/ # All generated code +default_language_version: + python: python3.12 repos: - repo: https://github.com/pre-commit/pre-commit-hooks