From 05bee9f74d4f83fe6798bf002616f1d89eac693d Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Mon, 12 Aug 2024 10:38:30 +0200 Subject: [PATCH] Make type checking not strict until we add types --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d65bcc1..d7055b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,5 +81,4 @@ packages=[ [tool.setuptools_scm] [tool.pyright] -typeCheckingMode = "strict" -pythonVersion = "3.8" \ No newline at end of file +pythonVersion = "3.8"