From 8636fbf7a2e9890b3859e83feeb65286255690b4 Mon Sep 17 00:00:00 2001 From: Alexandru Fikl Date: Tue, 6 Aug 2024 16:29:40 +0300 Subject: [PATCH] pyproject: pin mypy to python 3.8 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 39bc798..819895f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,6 +110,7 @@ known-local-folder = [ lines-after-imports = 2 [tool.mypy] +python_version = "3.8" ignore_missing_imports = true warn_unused_ignores = true -- GitLab