From d83fc38312cfe35c049b8c47b0640e24eb833671 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 05:25:29 +0000 Subject: [PATCH] chore(deps): update pre-commit hook pycqa/pylint to v3.3.3 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0acf667..5abc48b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,7 +47,7 @@ repos: - id: black args: [--line-length=120] - repo: https://github.com/PyCQA/pylint - rev: v3.0.3 + rev: v3.3.3 hooks: - id: pylint args: ["--rcfile=.pylintrc"]