mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-07 13:54:45 +03:00
Ignore debugging blocks
This commit is contained in:
parent
63228dd974
commit
80e5e0a414
|
@ -9,3 +9,6 @@ exclude_lines =
|
||||||
# Don't complain if non-runnable code isn't run:
|
# Don't complain if non-runnable code isn't run:
|
||||||
if 0:
|
if 0:
|
||||||
if __name__ == .__main__.:
|
if __name__ == .__main__.:
|
||||||
|
# Don't complain about debug code
|
||||||
|
if Image.DEBUG:
|
||||||
|
if DEBUG:
|
Loading…
Reference in New Issue
Block a user