Ignore debugging blocks

This commit is contained in:
wiredfool 2014-06-27 12:07:34 -07:00
parent 63228dd974
commit 80e5e0a414

View File

@ -9,3 +9,6 @@ exclude_lines =
# Don't complain if non-runnable code isn't run:
if 0:
if __name__ == .__main__.:
# Don't complain about debug code
if Image.DEBUG:
if DEBUG: