Update Pylint to v4.0.5 (#5145)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-02-22 00:53:52 +00:00
committed by GitHub
parent 5dec05e0c3
commit 4bf77904fb
4 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ linting = [
"pre-commit",
"ruff==0.15.1",
"mypy==1.18.2",
"pylint==4.0.4"
"pylint==4.0.5"
]
all = [{ include-group = "tests" }, { include-group = "docs" }, { include-group = "linting"}]