-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Taken from: #49
Code example:
from loguru import logger
logger.info("foo" + "bar")
Expected result:
loguru-mypy correctly detect what will be that final result of said operation and is able to say that this log call is valid.