From 3640f5857d8bec42d782e852d7107fe9ebdadae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20J=C4=99drecki?= Date: Wed, 20 May 2026 18:28:44 +0200 Subject: [PATCH] Exclude **/bin/lib from basedpyright --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1b175cd..92780357 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ junit_family = "xunit2" [tool.basedpyright] -exclude = [".venv"] +exclude = [".venv", "**/bin/lib"] allowedUntypedLibraries = ["splunklib"] reportAny = false reportExplicitAny = false