From 18040f5f25f52b6d81ceebcb78e595a38a6afccf Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Fri, 16 Feb 2024 17:06:30 +0100 Subject: [PATCH] Pin interrogate to Python 3.11 --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3bb6ef86..d6d30d35 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,6 +18,7 @@ repos: rev: 1.5.0 hooks: - id: interrogate + language_version: python3.11 args: [tests] - repo: https://github.com/codespell-project/codespell