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
fix(radar): move type: ignore[call-arg] to call site for mypy
mypy attributes the files= kwarg error to the _get_api_list() call
expression, not the argument line. Move the suppression comment to
where mypy expects it while keeping pyright's ignore on the arg line.
0 commit comments