From a79ae1f28a0d7d49c898f422fd23c7582d5e26cf Mon Sep 17 00:00:00 2001 From: Sergey Kozub Date: Wed, 11 Sep 2024 12:42:07 +0200 Subject: [PATCH] [CI] Bump python version for pre-commit to 3.12 --- .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 03115d3a..4bd172af 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: rev: 8383e5df6527cc1173183875258347be0a7e07c0 # frozen: 24.3.0 hooks: - id: pyink - language_version: python3.9 + language_version: python3.12 args: [ "--line-length=80", "--preview",