From d1a74edf9deec7120c4965d7d3027208a05dfe46 Mon Sep 17 00:00:00 2001 From: HADEON <52324046+h8d13@users.noreply.github.com> Date: Fri, 2 Jan 2026 03:33:24 +0100 Subject: [PATCH] fix pre-commit hook (#4070) --- .pre-commit-config.yaml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9d5ebd92..1963a76d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,12 +44,9 @@ repos: - pytest-mock - cryptography - textual - - repo: local + - repo: https://github.com/pycqa/pylint + rev: v4.0.4 hooks: - - id: pylint - name: pylint - entry: pylint - language: system - types: [python] - fail_fast: true - require_serial: true + - id: pylint + fail_fast: true + require_serial: true