globality-corp / flake8-logging-format

Flake8 extension to validate (lack of) logging format strings
Apache License 2.0
134 stars 21 forks source link

Fix debug checks #3

Closed pawmarkor closed 7 years ago

pawmarkor commented 7 years ago

Our flake8 extension did not check logging.debug("Hello {}".format("World!"))

jessemyers commented 7 years ago

@wheremiah would you mind looking at this one? It covers some territory you've been in.

pawmarkor commented 7 years ago

@jessemyers @wheremiah I'm not allowed to merge this PR, could you please do it?