Skip to content

Commit

Permalink
Bump pylint from 3.2.7 to 3.3.1 (#968)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
  • Loading branch information
dependabot[bot] and bdraco authored Oct 13, 2024
1 parent 59609fc commit 62683e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ disable = [
"bad-mcs-classmethod-argument",
"duplicate-code",
"too-many-lines",
"too-many-positional-arguments"
]

[tool.ruff]
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pylint==3.2.7
pylint==3.3.1
ruff==0.6.9
flake8==7.1.1
isort==5.13.2
Expand Down

0 comments on commit 62683e2

Please sign in to comment.