Update pylintrc
This commit is contained in:
parent
fc9bf91115
commit
19ba1f669c
2
pylintrc
2
pylintrc
|
@ -50,7 +50,7 @@ confidence=
|
||||||
# --enable=similarities". If you want to run only the classes checker, but have
|
# --enable=similarities". If you want to run only the classes checker, but have
|
||||||
# no Warning level messages displayed, use"--disable=all --enable=classes
|
# no Warning level messages displayed, use"--disable=all --enable=classes
|
||||||
# --disable=W"
|
# --disable=W"
|
||||||
disable=C0111,C0301,R1710,R0912,R0914,R0915,W0511
|
disable=C0111,C0301,R1710,R0912,R0914,R0915,W0511,W0231,W0233
|
||||||
|
|
||||||
# Enable the message, report, category or checker with the given id(s). You can
|
# Enable the message, report, category or checker with the given id(s). You can
|
||||||
# either give multiple identifier separated by comma (,) or put this option
|
# either give multiple identifier separated by comma (,) or put this option
|
||||||
|
|
Loading…
Reference in New Issue