mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-09 16:10:48 +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:
|
# 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