From f8b7344662adcfe6cf47417b0d15b6860df831dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 19:19:05 +0000 Subject: [PATCH] chore(deps): update pre-commit hook pycqa/pylint to v3.1.1 --- .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 c43ac4a..6016681 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.0 + rev: v3.1.1 hooks: - id: pylint exclude: (docs|tests|setup.py)