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
{{ message }}
This repository was archived by the owner on Jan 19, 2025. It is now read-only.
Is your feature request related to a problem? Please describe
The implicit
selfparameter cannot be annotated. However, there is no filter to hide them.Desired solution
A new filter
is:implicit. We could also add more variant for the four different ways to assign parameters:is:implicitis:nameOnlyis:positionOnlyis:positionOrNameFor modules, classes, functions the filters should return
false.