From 91a7a6dc012f96fb866ceb91fb925c38098fed91 Mon Sep 17 00:00:00 2001 From: Julieanna Bacon Date: Mon, 12 Feb 2024 13:33:42 -0500 Subject: [PATCH] bugfix: Known issue in pre-commit with not found python interpreter, changing language version in precommit config file to reflect python version used for CI --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 891d4c4..746c84e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: # supported by your project here, or alternatively use # pre-commit's default_language_version, see # https://pre-commit.com/#top_level-default_language_version - language_version: python3.11 + language_version: python3.10 - repo: https://github.com/pycqa/isort rev: 5.12.0 hooks: