Update pylintrc to work with pylint 0.21
This commit is contained in:
parent
feff24cd28
commit
119dc5d24c
2
pylintrc
2
pylintrc
@ -19,4 +19,4 @@
|
||||
# W0511 - TODO, FIXME and XXX in the code
|
||||
# W0613 - Unused argument %r
|
||||
#
|
||||
disable-msg = C0103,C0111,C0112,E0102,E0202,E1101,R0201,R0801,R0903,R0904,W0141,W0142,W0401,W0511,W0613
|
||||
disable = C0103,C0111,C0112,E0102,E0202,E1101,R0201,R0801,R0903,R0904,W0141,W0142,W0401,W0511,W0613
|
||||
|
||||
Loading…
Reference in New Issue
Block a user