diff --git a/.pylintrc b/.pylintrc index 725dfdf43..a473f1d10 100644 --- a/.pylintrc +++ b/.pylintrc @@ -87,8 +87,7 @@ msg-template='{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}' # R1718: didn't look closely at what it is # W0143: didn't look closely at what it is # W1505: didn't look closely at what it is -# R1707: didn't look closely at what it is # R0801: duplicate code across files # (We have a lot of intentional duplication, like the tutorials) # R0401: cyclic import -disable=C0103,C0111,W0613,E1101,E0611,R0913,R0914,W0223,E0203,W0201,C1801,E1129,C0325,R1705,W0622,W0703,W0101,W0122,R0912,R0903,W0221,W0212,R1703,R0201,W0603,R0915,R0902,C0200,W1201,W1202,C0302,W0511,R0911,E0401,R0205,R1714,R1718,W0143,W1505,R1707,R0801,R0401 +disable=C0103,C0111,W0613,E1101,E0611,R0913,R0914,W0223,E0203,W0201,C1801,E1129,C0325,R1705,W0622,W0703,W0101,W0122,R0912,R0903,W0221,W0212,R1703,R0201,W0603,R0915,R0902,C0200,W1201,W1202,C0302,W0511,R0911,E0401,R0205,R1714,R1718,W0143,W1505,R0801,R0401