From cb8169a86546108a4523684462990a97729488f8 Mon Sep 17 00:00:00 2001 From: EvieePy Date: Sun, 17 Mar 2024 02:09:04 +1000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3f56b7a..308ab55c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,6 @@ line-ending = "auto" [tool.pyright] exclude = ["venv"] -ignore = ["**/*test.py", "**/*tests.py"] useLibraryCodeForTypes = true typeCheckingMode = "strict" reportImportCycles = false