globality-corp / flake8-logging-format

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

Also check calls to logging.exception() #8

Closed sfstpala closed 6 years ago

sfstpala commented 6 years ago

This is kind of backwards incompatible in that people will see errors that didn't see before, but I think it's still sensible to treat logging.exception() the same as the rest.