Some pylint fixes.

This commit is contained in:
Georg Brandl
2008-03-16 13:12:48 +00:00
parent 8affe87531
commit 2f37a14939
8 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ load-plugins=
#enable-msg=
# Disable the message(s) with the given id(s).
disable-msg=C0323,W0142,C0301,C0103,C0111,E0213,C0302,C0203,W0703,R0201
disable-msg=C0323,W0142,C0301,C0103,C0111,E0213,C0302,C0203,W0703,R0201,W0613,W0612,W0622
[REPORTS]