globality-corp / flake8-logging-format

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

plugin does not work when using "from logging import info" #20

Open henzef opened 4 years ago

henzef commented 4 years ago

Example code: from logging import info info("%s detected." % "not")