Skip to content

Commit

Permalink
Merge pull request #819 from microsoftgraph/dependabot/pip/pylint-e2d…
Browse files Browse the repository at this point in the history
…41ccbe3

chore(deps-dev): bump pylint from 3.2.7 to 3.3.4 in the pylint group across 1 directory
  • Loading branch information
github-actions[bot] authored Jan 30, 2025
2 parents e358a5a + 6cb77fc commit 056a405
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,9 @@ max-statements=50
# Minimum number of public methods for a class (see R0903).
min-public-methods=2

# Maximum number of parameters allowed for a method (see R0917).
max-positional-arguments=6


[IMPORTS]

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pycparser==2.22

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

pylint==3.2.7
pylint==3.3.4

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

Expand Down

0 comments on commit 056a405

Please sign in to comment.