Skip to content

Commit 2aa6981

Browse files
committed
Handling of linter
1 parent 41e69dd commit 2aa6981

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
@@ -2,4 +2,4 @@
22
disable =
33
C0301, # Line too long
44
I1101, E1101, # C-modules members
5-
R0913 # Too many arguments
5+
R0913, R0917 # Too many arguments

0 commit comments

Comments
 (0)