[DEV] Bump pylint from 3.2.7 to 3.3.1 (#1059)

* 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](https://github.com/pylint-dev/pylint/compare/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] <support@github.com>

* R0917

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Bannon <jbann1994@gmail.com>
This commit is contained in:
dependabot[bot] 2024-09-25 22:51:00 -07:00 committed by GitHub
parent a37d9ed10e
commit 6c3150ac0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,7 @@ test = [
lint = [
"black==24.8.0",
"isort==5.13.2",
"pylint==3.2.7",
"pylint==3.3.1",
]
docs = [
"sphinx>=7,<9",
@ -83,6 +83,7 @@ disable = [
"R0901", # too-many-ancestors
"R0902", # too-many-instance-attributes
"R1711", # useless-return
"R0917", # too many positional arguments
"W0511", # TODO
]