Type Hints and Lambda functions

Hi,

am I correct in my conclusion that lambda constructs are not possible any more in the definition of discovery_function and check_function in check_register() because of the strict type hint checking?

Do we really have to code discover_functions and check_functions for each check separately?