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
[eradicate] Avoid flagging ruff:ignore comments as code (ERA001) (#25537)
Summary
--
Fixes#25535 by treating `ruff:ignore` and `ruff:file-ignore` comments
in the same way as `ruff:enable` and `ruff:disable` comments.
Test Plan
--
New tests based on the issue
0 commit comments