chore(internal): update pyright exclude list

This commit is contained in:
stainless-app[bot] 2025-08-27 02:30:29 +00:00
parent 6eae86427a
commit 7a6b7d16c4

View file

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