Skip to content

Commit

Permalink
Bump pylint from 3.2.7 to 3.3.1 (#957)
Browse files Browse the repository at this point in the history
* Bump pylint from 3.2.7 to 3.3.1

Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.7 to 3.3.1.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.7...v3.3.1)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Disable too-many-positional-arguments

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <[email protected]>
Co-authored-by: Erik <[email protected]>
  • Loading branch information
3 people authored Oct 7, 2024
1 parent f8da3bd commit dca2d81
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 @@ -8,6 +8,7 @@ disable=
too-few-public-methods,
too-many-arguments,
too-many-instance-attributes,
too-many-positional-arguments,
too-many-public-methods,
duplicate-code,
too-many-nested-blocks,
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ black==24.8.0
flake8==7.1.1
mypy==1.11.2
PlexAPI==4.15.16
pylint==3.2.7
pylint==3.3.1
rstcheck==6.2.4
types-beautifulsoup4==4.12.0.20240907
types-html5lib==1.1.11.20240806
Expand Down

0 comments on commit dca2d81

Please sign in to comment.