mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Ignore debugging blocks
This commit is contained in:
parent
acab4e8fdc
commit
0ac0e973f0
|
@ -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:
|
Loading…
Reference in New Issue
Block a user