In order to disable the messages, we have to use disable, not disable-msg.

This commit is contained in:
Justin Santa Barbara 2011-03-16 15:25:21 -07:00
parent 1aa44c3d8d
commit a151fabdb7
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# W0511: TODOs in code comments are fine.
# W0142: *args and **kwargs are fine.
# W0622: Redefining id is fine.
disable-msg=W0511,W0142,W0622
disable=W0511,W0142,W0622
[Basic]
# Variable names can be 1 to 31 characters long, with lowercase and underscores