Skip to content

Commit 1b16f99

Browse files
authored
Merge branch 'main' into patch-1
2 parents 697195b + af681d2 commit 1b16f99

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.pylintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,9 @@ max-statements=50
468468
# Minimum number of public methods for a class (see R0903).
469469
min-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

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ importlib-metadata==7.1.0 ; python_version >= '3.7'
3838

3939
iniconfig==2.0.0 ; python_version >= '3.7'
4040

41-
isort==5.13.2
41+
isort==6.0.0
4242

4343
lazy-object-proxy==1.10.0 ; python_version >= '3.7'
4444

@@ -74,7 +74,7 @@ pycparser==2.22
7474

7575
pyjwt[crypto]==2.9.0 ; python_version >= '3.7'
7676

77-
pylint==3.2.7
77+
pylint==3.3.4
7878

7979
pyproject-hooks==1.2.0 ; python_version >= '3.7'
8080

0 commit comments

Comments
 (0)