Skip to content

False positive on extra kwargs #93

@kornicameister

Description

@kornicameister

Consider following piece of code:

logger.info(
    'Booting up worker',
    extra={'queue': queue_name},
)

It is obviously flagged as:

[mypy] Not all arguments converted during string formatting  [str-format] [E] 

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions