Enable mypy warn_no_return in mypy for stricter type checking
Warns when a function that normally returns a value doesn't. Fixed all cases discovered by the tool.
Loading
Please register or sign in to comment
Warns when a function that normally returns a value doesn't. Fixed all cases discovered by the tool.