From 655494f37bf5676757e598e1f98a769d0f0a5ed0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 12 Apr 2024 08:52:23 +0530 Subject: [PATCH] Exclude tests from pylsp type checking --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 28a00029f..bf8373b96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ no_implicit_reexport = true [tool.pylsp-mypy] enabled = true dmypy = true +exclude = ['kitty_tests/*'] report_progress = true [tool.ruff]