diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c416bdef..54e08b83 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,8 @@ ci: autoupdate_schedule: quarterly skip: [pip-compile] +default_language_version: + python: python3.11 repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.6.3