File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -468,6 +468,9 @@ max-statements=50
468
468
# Minimum number of public methods for a class (see R0903).
469
469
min-public-methods =2
470
470
471
+ # Maximum number of parameters allowed for a method (see R0917).
472
+ max-positional-arguments =6
473
+
471
474
472
475
[IMPORTS]
473
476
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ importlib-metadata==7.1.0 ; python_version >= '3.7'
38
38
39
39
iniconfig == 2.0.0 ; python_version >= '3.7'
40
40
41
- isort == 5.13.2
41
+ isort == 6.0.0
42
42
43
43
lazy-object-proxy == 1.10.0 ; python_version >= '3.7'
44
44
@@ -74,7 +74,7 @@ pycparser==2.22
74
74
75
75
pyjwt [crypto ]== 2.9.0 ; python_version >= '3.7'
76
76
77
- pylint == 3.2.7
77
+ pylint == 3.3.4
78
78
79
79
pyproject-hooks == 1.2.0 ; python_version >= '3.7'
80
80
You can’t perform that action at this time.
0 commit comments