Skip to content

Check format strings in logger calls #19508

@drtyrsa

Description

@drtyrsa

Mypy checks format strings which is cool, for example this code will not pass:

v = "some"
print("%d" % v)

But it didn't check them in logger calls, this code passes:

import logging


v = "some"
logging.debug("%d", v)

Wouldn't it be great if mypy could check this too?

Metadata

Metadata

Assignees

No one assigned

    Labels

    featuretopic-pluginsThe plugin API and ideas for new plugins

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      pFad - Phonifier reborn

      Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

      Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


      Alternative Proxies:

      Alternative Proxy

      pFad Proxy

      pFad v3 Proxy

      pFad v4 Proxy