diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2013-05-22 12:31:29 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2013-05-22 12:31:29 -0700 |
commit | 6793bec49274b3ece18273066e369a423e372255 (patch) | |
tree | 102bbb0e41d260ee5b6a9f060a713bf6ae22ba3a /pylintrc | |
parent | 11c7c92e01950ebd47cf46fc6c881d0848607577 (diff) | |
download | taskflow-6793bec49274b3ece18273066e369a423e372255.tar.gz |
More pylint cleanups
Diffstat (limited to 'pylintrc')
-rw-r--r-- | pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ [MESSAGES CONTROL] # Disable the message(s) with the given id(s). -disable=C0111,I0011,R0201,R0922,R0924,W0142,W0511,W0622,W0703 +disable=C0111,I0011,R0201,R0922,R0924,W0142,W0511,W0613,W0622,W0703 [BASIC] |