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.
2 parents e358a5a + 6cb77fc commit 056a405Copy full SHA for 056a405
.pylintrc
@@ -468,6 +468,9 @@ max-statements=50
468
# Minimum number of public methods for a class (see R0903).
469
min-public-methods=2
470
471
+# Maximum number of parameters allowed for a method (see R0917).
472
+max-positional-arguments=6
473
+
474
475
[IMPORTS]
476
requirements-dev.txt
@@ -74,7 +74,7 @@ pycparser==2.22
74
75
pyjwt[crypto]==2.9.0 ; python_version >= '3.7'
76
77
-pylint==3.2.7
+pylint==3.3.4
78
79
pyproject-hooks==1.2.0 ; python_version >= '3.7'
80
0 commit comments