Remove this unexpected named argument ‘no_args_is_help’.
The number and name of arguments passed to a function should match its parameters.
See MITRE, CWE-628 - Function Call with Incorrectly Specified Arguments
We are using Typeshed behind the scenes to resolve type information from third party symbols, such as Click. As it happens, our Typeshed revision was a bit outdated and the stub for the function you mention was not correct.
We updated the Typeshed revision and this issue should disappear in upcoming SonarQube 9.4 (which should get released early April) and in SonarCloud in the next few weeks.
We still have an open ticket to update Typeshed further, following the removal of Pallets Project stubs (which include Click) from Typeshed and which you can follow here.
In the meantime, unfortunately the only workaround would be to either flag the issues as false positives or disable the rule.