Update Pylint to v4.0.4 (#5057)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-30 14:09:13 +00:00
committed by GitHub
parent 6d17e3a258
commit 38f1d4b94e
4 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ linting = [
"pre-commit",
"ruff==0.14.7",
"mypy==1.18.2",
"pylint==4.0.3"
"pylint==4.0.4"
]
all = [{ include-group = "tests" }, { include-group = "docs" }, { include-group = "linting"}]