From 903a37e0350e76dd75085a4e3f11da958a8a679d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 23:18:49 +0000 Subject: [PATCH] chore(deps): update pre-commit hook pycqa/pylint to v3.2.0 --- .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 6016681..0a43bcb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -65,7 +65,7 @@ repos: - id: codespell exclude: (poetry.lock) - repo: https://github.com/PyCQA/pylint - rev: v3.1.1 + rev: v3.2.0 hooks: - id: pylint exclude: (docs|tests|setup.py)