We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e69dd commit 2aa6981Copy full SHA for 2aa6981
.pylintrc
@@ -2,4 +2,4 @@
2
disable =
3
C0301, # Line too long
4
I1101, E1101, # C-modules members
5
- R0913 # Too many arguments
+ R0913, R0917 # Too many arguments
0 commit comments