-
-
Notifications
You must be signed in to change notification settings - Fork 342
Enable ruff rule PGH003 #1501
Copy link
Copy link
Closed
Labels
issue-status: wait-for-implementationmaintainers agree on the bug / featuremaintainers agree on the bug / feature
Metadata
Metadata
Assignees
Labels
issue-status: wait-for-implementationmaintainers agree on the bug / featuremaintainers agree on the bug / feature
Type
Fields
Give feedbackNo fields configured for issues without a type.
If you don't mind the extra effort and want better safety, I recommend enabling the
ruffrule PGH003.It enforces that all
type: ignorecomments must specify a clear scope, rather than ignoring all type checks.For more details on the drawbacks, please refer to the explanation in the
ruffdocumentation above.Originally posted by @gbaian10 in #1466 (comment)