Skip to content

Commit cb00cef

Browse files
committed
Disabled pylint no-self-use
1 parent 95cc8fd commit cb00cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ enable=consider-using-enumerate,
159159
mixed-indentation,
160160
non-parent-init-called,
161161
bare-except,
162-
no-self-use,
162+
#no-self-use,
163163
dangerous-default-value,
164164
arguments-differ,
165165
signature-differs,

0 commit comments

Comments
 (0)