15
15
# W0613 Unused argument %r Used when a function or method argument is not used.
16
16
# W0702 No exception's type specified Used when an except clause doesn't specify exceptions type to catch.
17
17
# R0201 Method could be a function
18
disable=C0111,I0011,I0012,W0704,W0142,W0212,W0232,W0613,W0702,R0201
18
disable=C0111,I0011,I0012,W0704,W0142,W0212,W0232,W0613,W0702,R0201,R0903,R0904,R0914