Skip to content

Commit

Permalink
Upgrade pylint (#452)
Browse files Browse the repository at this point in the history
* removed accidentially committed __pycache__ files

* Upgraded pylint. Set max-positional-arguments to 7.
  • Loading branch information
Julius2342 authored Sep 25, 2024
1 parent aa26c2d commit 0a3a234
Show file tree
Hide file tree
Showing 16 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 0a3a234

Please sign in to comment.