Skip to content

Commit 056a405

Browse files
Merge pull request #819 from microsoftgraph/dependabot/pip/pylint-e2d41ccbe3
chore(deps-dev): bump pylint from 3.2.7 to 3.3.4 in the pylint group across 1 directory
2 parents e358a5a + 6cb77fc commit 056a405

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)