From 4bec026ae76c339ffd2db1ec8f75c62c13c26c2b Mon Sep 17 00:00:00 2001 From: Dan Short <66615563+DanShort12@users.noreply.github.com> Date: Wed, 18 Oct 2023 10:47:04 +0100 Subject: [PATCH] Ensure correct python version for mypy Co-authored-by: Harry Saunders <33317174+hsaunders1904@users.noreply.github.com> --- .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 c422b59..84c8ba7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,4 +26,4 @@ repos: rev: v1.5.1 hooks: - id: mypy - args: ['--ignore-missing', '--python-version', '3.8'] + args: ['--ignore-missing', '--python-version', '3.10']