From 7c472ed284f2c3c50c51deb508d41256573e3f05 Mon Sep 17 00:00:00 2001 From: Benjamin Thomas Schwertfeger Date: Wed, 6 Dec 2023 17:26:34 +0100 Subject: [PATCH] change pylint version --- .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 80b9bb84..724248a0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -67,7 +67,7 @@ repos: - --show-source - --statistics - repo: https://github.com/pycqa/pylint - rev: v3.0.2 + rev: v2.17.7 hooks: - id: pylint name: pylint