Pylint: ignore TODO comments

This commit is contained in:
David Baumgold
2014-10-31 11:30:12 -04:00
parent cb5e90fc08
commit 24ad0c31ea

View File

@@ -41,7 +41,8 @@ disable=
# W0142: Used * or ** magic
# R0921: Abstract class not referenced
# R0922: Abstract class is only referenced 1 times
I0011,C0301,W0141,W0142,R0921,R0922,
# W0511: TODO comments
I0011,C0301,W0141,W0142,R0921,R0922,W0511,
# Django makes classes that trigger these
# W0232: Class has no __init__ method