chore(internal): update pyright exclude list

This commit is contained in:
stainless-app[bot] 2025-08-27 02:30:29 +00:00
parent 42779eb3d7
commit 5d96f63f7a

View file

@ -148,6 +148,7 @@ exclude = [
"_dev",
".venv",
".nox",
".git",
]
reportImplicitOverride = true