Skip to content

Commit

Permalink
Bump pylint from 3.2.7 to 3.3.1 (#414)
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: Franck Nijhof <[email protected]>
  • Loading branch information
dependabot[bot] and frenck authored Nov 9, 2024
1 parent d2b3049 commit 0eb7f45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test = [
"mypy==1.13.0",
"pre-commit==4.0.1",
"pre-commit-hooks==5.0.0",
"pylint==3.2.7",
"pylint==3.3.1",
"pytest==8.3.3",
"pytest-asyncio==0.24.0",
"pytest-aiohttp==1.0.5",
Expand Down Expand Up @@ -104,6 +104,7 @@ disable = [
"isinstance-second-argument-not-valid-type", # conflict with ruff
"fixme", # we're still developing
"too-few-public-methods", # unavoidable
"too-many-positional-arguments",
]

[tool.pylint.SIMILARITIES]
Expand Down

0 comments on commit 0eb7f45

Please sign in to comment.