Bump pylint from 3.2.7 to 3.3.1 (#968)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
dependabot[bot] 2024-10-13 17:12:28 -05:00 committed by GitHub
parent 59609fc94e
commit 62683e2f44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ disable = [
"bad-mcs-classmethod-argument",
"duplicate-code",
"too-many-lines",
"too-many-positional-arguments"
]
[tool.ruff]

View File

@ -1,4 +1,4 @@
pylint==3.2.7
pylint==3.3.1
ruff==0.6.9
flake8==7.1.1
isort==5.13.2