From fcb4dde338110aa34c9c76e0d52f2aa090e6c409 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 22 Aug 2022 00:32:40 +0200 Subject: [PATCH] .pre-commit-config.yaml: python3.10 --- .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 2ad4e02f..eece56e0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ default_language_version: - python: python3.9 + python: python3.10 repos: - repo: https://github.com/pre-commit/pre-commit-hooks