is it possible to check if all parameter names of functions are explicitly written out? #8681
Replies: 1 comment
-
It's not currently supported unfortunately -- but it has been requested here: #8382 :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suppose you have a function that looks like
While it is perfectly valid to call it like
I'm wondering if it is possible to force via
ruff
to make this call to look more like(and raise an error if the name of the parameter isn't specified). is there a rule for this in
ruff
? i did try to look for it on the rule page for something that would have "keyword" or "parameter" but wasn't able to find anything.thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions