You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.debug(f'This is a test') # 1
logger.trace(f'Call from {__file__}') # 2
Expected result:
If loguru-mypy detects that it is dealing with CallExpr we should try and figure a final value, i.e. after applying f-string machinery.
The text was updated successfully, but these errors were encountered:
Taken from: #49
Code examples:
Expected result:
If
loguru-mypy
detects that it is dealing withCallExpr
we should try and figure a final value, i.e. after applying f-string machinery.The text was updated successfully, but these errors were encountered: