We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
**kwargs
Any
It would be nice if all the**kwargs in functions were explicitly marked withAny to suppress unknown errors from pyright/pylance in strict mode.
replace untyped**kwargs with**kwargs: Any in function signatures.
**kwargs: Any