chore(deps): update dependency pylint to v4.0.4
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
REUSE Compliance / reuse (pull_request) Successful in 1m14s
Python Linters / formatting (pull_request) Successful in 1m36s
Python Linters / mypy (pull_request) Successful in 1m33s
Python Linters / pylint (pull_request) Successful in 1m39s
Selftests / test-sync (pull_request) Successful in 49s
Selftests / test-build-install (pull_request) Successful in 1m49s

This commit is contained in:
2025-12-04 01:19:59 +00:00
parent 6c1fb7e2ad
commit 476ff5d8c7

6
poetry.lock generated
View File

@@ -760,13 +760,13 @@ vulture = ["vulture"]
[[package]] [[package]]
name = "pylint" name = "pylint"
version = "4.0.3" version = "4.0.4"
description = "python code static checker" description = "python code static checker"
optional = false optional = false
python-versions = ">=3.10.0" python-versions = ">=3.10.0"
files = [ files = [
{file = "pylint-4.0.3-py3-none-any.whl", hash = "sha256:896d09afb0e78bbf2e030cd1f3d8dc92771a51f7e46828cbc3948a89cd03433a"}, {file = "pylint-4.0.4-py3-none-any.whl", hash = "sha256:63e06a37d5922555ee2c20963eb42559918c20bd2b21244e4ef426e7c43b92e0"},
{file = "pylint-4.0.3.tar.gz", hash = "sha256:a427fe76e0e5355e9fb9b604fd106c419cafb395886ba7f3cebebb03f30e081d"}, {file = "pylint-4.0.4.tar.gz", hash = "sha256:d9b71674e19b1c36d79265b5887bf8e55278cbe236c9e95d22dc82cf044fdbd2"},
] ]
[package.dependencies] [package.dependencies]