Skip to content

Commit 5d6ad62

Browse files
authored
Fix too many positional arguments lint error (#186)
fix too many positional arguments lint error
1 parent f1fa78c commit 5d6ad62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[MESSAGES CONTROL]
2-
disable=C0114,R0801,R0903,R0913,E1102,W0613,R1711,too-many-locals
2+
disable=C0114,R0801,R0903,R0913,R0917,E1102,W0613,R1711,too-many-locals

0 commit comments

Comments
 (0)