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
+1
Note that not all Pyright issues have an associated code, but I've only landed on such valid use-cases in some very rare stub-only edge cases. (like making a protocol from non-protocol bases, there's a couple examples in typeshed)
At that point you could do # pyright: ignore # noqa: PGH003
Ruff version: 0.0.261
Given the following configuration:
And the following file
test.py
:No error is generated for line 10. It would be nice if
PGH003
checked for# pyright: ignore
without codes.The text was updated successfully, but these errors were encountered: