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
468468# Minimum number of public methods for a class (see R0903).
469469min-public-methods =2
470470
471+ # Maximum number of parameters allowed for a method (see R0917).
472+ max-positional-arguments =6
473+
471474
472475[IMPORTS]
473476
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ importlib-metadata==7.1.0 ; python_version >= '3.7'
3838
3939iniconfig == 2.0.0 ; python_version >= '3.7'
4040
41- isort == 5.13.2
41+ isort == 6.0.0
4242
4343lazy-object-proxy == 1.10.0 ; python_version >= '3.7'
4444
@@ -74,7 +74,7 @@ pycparser==2.22
7474
7575pyjwt [crypto ]== 2.9.0 ; python_version >= '3.7'
7676
77- pylint == 3.2.7
77+ pylint == 3.3.4
7878
7979pyproject-hooks == 1.2.0 ; python_version >= '3.7'
8080
You can’t perform that action at this time.
0 commit comments