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 has been archived by the owner on Nov 29, 2023. It is now read-only.
Is your feature request related to a problem? Please describe
The implicit
self
parameter 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:implicit
is:nameOnly
is:positionOnly
is:positionOrName
For modules, classes, functions the filters should return
false
.The text was updated successfully, but these errors were encountered: