pylint: enable logging checks

Enable the logging-not-lazy and logging-format-interpolation checks.

🕯

Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
Jan Cholasta 2017-06-01 13:24:37 +00:00 committed by Martin Basti
parent 07229c8ff6
commit 7f10a5145c

View File

@ -94,8 +94,6 @@ disable=
consider-merging-isinstance, # new in pylint 1.7
unsupported-assignment-operation # new in pylint 1.7
consider-iterating-dictionary, # wontfix for better python2/3 code
logging-not-lazy,
logging-format-interpolation,
[REPORTS]