Skip to content

Commit

Permalink
Upgraded pylint. Set max-positional-arguments to 7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius2342 committed Sep 25, 2024
1 parent 620d536 commit d7b9fce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ output-format=colorized
[FORMAT]
indent-string=' '
max-line-length=150
max-positional-arguments=7

[MAIN]
max-branches=20
Expand Down
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ coveralls==4.0.1
flake8==7.1.1
flake8-isort==6.1.1
pydocstyle==6.3.0
pylint==3.2.7
pylint==3.3.1
pytest==8.3.3
pytest-cov==5.0.0
pytest-timeout==2.3.1
Expand Down

0 comments on commit d7b9fce

Please sign in to comment.