Skip to content

Commit 43d8461

Browse files
committed
add disable series for pylint
1 parent 9b51bf0 commit 43d8461

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pylintrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@ disable=
9595
super-with-arguments,
9696
raise-missing-from,
9797
E1136,
98+
C0209,
99+
W0237,
100+
W1514,
101+
R1710,
102+
R1714,
103+
W0613,
104+
R1735
98105

99106
[REPORTS]
100107
# Set the output format. Available formats are text, parseable, colorized, msvs

0 commit comments

Comments
 (0)