From 4996da61e5f02ccfecf890544b40973b0917db71 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Sat, 13 Apr 2024 11:26:24 +0200 Subject: [PATCH] Add python version for pyright --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 081b5e1..15aadcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,3 +83,4 @@ packages=[ [tool.pyright] include = ["toot"] typeCheckingMode = "strict" +pythonVersion = "3.8" \ No newline at end of file