From fee751f2c94b8d30c6e2a44f3767ad974f3f49ca Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Sat, 7 Sep 2024 01:24:38 -0400 Subject: [PATCH] chore: Set default language version for pre-commit --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c416bde..8d828bc 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.10 repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.6.3