You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: silence pyright noise on embedding test files (OPEN-10480)
Adds the same file-level pragma already used by test_portkey_integration.py
to suppress reportUnknown* and reportMissingParameterType — these come from
openlayer.lib.integrations being in pyright's ignore list, which causes
imports from there to be typed as Unknown.
Per-line pyright ignores added on direct imports of botocore.response and
openai, which are not present in the lint job's environment.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments