Returned some pylint messages

pull/14/head
andreymal 2015-08-01 16:43:34 +03:00
parent d7528339e7
commit 02590c2b3c
1 changed files with 1 additions and 3 deletions

View File

@ -4,9 +4,7 @@ unsafe-load-any-extension=y
[MESSAGES CONTROL]
# W0141 -- Used builtin function
# W0142 -- Used * or ** magic
# W0403 -- Relative import
# W0603 -- Using the global statement
# W0613 -- Unused argument
# W0702 -- No exception type(s) specified
@ -25,4 +23,4 @@ unsafe-load-any-extension=y
# R0913 -- Too many arguments
# R0914 -- Too many local variables
# I0011 -- Locally disabling
disable=W0141,W0142,W0403,W0603,W0613,W0702,W0703,C0103,C0111,C0301,C0322,C0330,R0201,R0801,R0901,R0903,R0904,R0912,R0913,R0914,I0011
disable=W0142,W0603,W0613,W0702,W0703,C0103,C0111,C0301,C0322,C0330,R0201,R0801,R0901,R0903,R0904,R0912,R0913,R0914,I0011