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
Previously, this rule used the range of the `self` annotation, but it's
a lot more natural to use the range of the function name (since it also
means the `# noqa` is associated with the method rather than its first
argument).
Closes#8635.
The following is the proper way to ignore
PLR6301
when the function/method spans multiple lines:Should it not be the case that ignore comments be on the method?
The text was updated successfully, but these errors were encountered: